From: jbj Date: Fri, 22 Jan 1999 00:40:53 +0000 (+0000) Subject: use portable #!/bin/sh (Tim Mooney). X-Git-Tag: rpm-4.4-release~3167 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a72a5178aff6d3ddc60851d0936c005598465ef7;p=platform%2Fupstream%2Frpm.git use portable #!/bin/sh (Tim Mooney). CVS patchset: 2740 CVS date: 1999/01/22 00:40:53 --- diff --git a/CHANGES b/CHANGES index 3cc25ca..0861303 100644 --- a/CHANGES +++ b/CHANGES @@ -46,6 +46,7 @@ - there must be a { between two % in a query format (unless %% is used) 2.5.6 -> 2.5.7: + - use portable #!/bin/sh (Tim Mooney). - don't erase failing build script (Tim Mooney). - use portable mkinstalldirs (Tim Mooney). - irix6 autodeps were dup'd (Shing-Gene Yung ). diff --git a/scripts/find-lang.sh b/scripts/find-lang.sh index 139617a..0f695cf 100755 --- a/scripts/find-lang.sh +++ b/scripts/find-lang.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh #findlang - automagically generate list of language specific files #for inclusion in an rpm spec file. #This does assume that the *.mo files are under .../share/locale/...