packages: saxon/saxon.sh - reverted, exec inside run was introduced in rece...
pawelz
pawelz at pld-linux.org
Wed Apr 20 22:36:33 CEST 2011
Author: pawelz Date: Wed Apr 20 20:36:33 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- reverted, exec inside run was introduced in recent version of jpackage-utils (pointed out by glen)
---- Files affected:
packages/saxon:
saxon.sh (1.3 -> 1.4)
---- Diffs:
================================================================
Index: packages/saxon/saxon.sh
diff -u packages/saxon/saxon.sh:1.3 packages/saxon/saxon.sh:1.4
--- packages/saxon/saxon.sh:1.3 Wed Apr 20 22:26:32 2011
+++ packages/saxon/saxon.sh Wed Apr 20 22:36:28 2011
@@ -6,4 +6,6 @@
CLASSPATH=$(find-jar saxon)
MAIN_CLASS=com.icl.saxon.StyleSheet
-run ${1:+$@}
+# Note: there is 'exec' inside run in new jpackage-utils (1.7.5), however there
+# is no exec in older one (1.7.3), so do not remove exec here.
+exec run ${1:+$@}
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/saxon/saxon.sh?r1=1.3&r2=1.4&f=u
More information about the pld-cvs-commit
mailing list