SOURCES: jpackage-utils-pdksh.patch - kill bashism

glen glen at pld-linux.org
Tue Dec 11 17:46:53 CET 2007


Author: glen                         Date: Tue Dec 11 16:46:53 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- kill bashism

---- Files affected:
SOURCES:
   jpackage-utils-pdksh.patch (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SOURCES/jpackage-utils-pdksh.patch
diff -u SOURCES/jpackage-utils-pdksh.patch:1.2 SOURCES/jpackage-utils-pdksh.patch:1.3
--- SOURCES/jpackage-utils-pdksh.patch:1.2	Thu Apr 19 19:47:36 2007
+++ SOURCES/jpackage-utils-pdksh.patch	Tue Dec 11 17:46:47 2007
@@ -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
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/jpackage-utils-pdksh.patch?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list