From: Elan Ruusamäe Date: Tue, 11 Dec 2007 16:46:47 +0000 (+0000) Subject: - kill bashism X-Git-Tag: auto/ac/jpackage-utils-1_7_3-1~1 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=bc5b1e2b4d2bfa769aeb365c17fc4b7894d04eee;p=packages%2Fjpackage-utils.git - kill bashism Changed files: jpackage-utils-pdksh.patch -> 1.3 --- diff --git a/jpackage-utils-pdksh.patch b/jpackage-utils-pdksh.patch index 47722e7..b04e461 100644 --- a/jpackage-utils-pdksh.patch +++ b/jpackage-utils-pdksh.patch @@ -27,3 +27,15 @@ return $_ALLFOUND } +--- jpackage-utils-1.7.3/bin/find-jar~ 2006-09-19 22:55:46.000000000 +0300 ++++ jpackage-utils-1.7.3/bin/find-jar 2007-12-11 18:39:55.237824072 +0200 +@@ -30,7 +30,7 @@ + find_jar $1 + + if [ $? != 0 ]; then +- echo $"Could not find the requested jar or jar directory." >&2 +- echo $"Please check the correct JAVA_HOME is set." >&2 ++ echo "Could not find the requested jar or jar directory." >&2 ++ echo "Please check the correct JAVA_HOME is set." >&2 + exit 6 + fi