]> git.pld-linux.org Git - packages/jpackage-utils.git/commitdiff
- kill bashism
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 11 Dec 2007 16:46:47 +0000 (16:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    jpackage-utils-pdksh.patch -> 1.3

jpackage-utils-pdksh.patch

index 47722e724f5a2c84c3e9a419fc622c8efa948c58..b04e461b87cf20ce6c5e0185c95b0b69b4a3fb94 100644 (file)
     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
This page took 0.119629 seconds and 4 git commands to generate.