SOURCES: gjdoc-launcher.patch (NEW) - sets SHELL variable if it is not set....
pawelz
pawelz at pld-linux.org
Wed Feb 25 11:06:56 CET 2009
Author: pawelz Date: Wed Feb 25 10:06:55 2009 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- sets SHELL variable if it is not set.
- now we don't have to set SHELL in spec files before javadoc
---- Files affected:
SOURCES:
gjdoc-launcher.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/gjdoc-launcher.patch
diff -u /dev/null SOURCES/gjdoc-launcher.patch:1.1
--- /dev/null Wed Feb 25 11:06:56 2009
+++ SOURCES/gjdoc-launcher.patch Wed Feb 25 11:06:50 2009
@@ -0,0 +1,13 @@
+--- gjdoc-0.7.9/gjdoc.sh.in~ 2005-05-22 00:38:20.000000000 +0200
++++ gjdoc-0.7.9/gjdoc.sh.in 2009-02-25 11:51:01.000000000 +0100
+@@ -35,6 +35,10 @@
+ fi
+ fi
+
++if [ -z "${SHELL}" ]; then
++ export SHELL=/bin/sh
++fi
++
+ gjdocpath=${datadir}/java/com-sun-javadoc-${version}.jar:${datadir}/java/com-sun-tools-doclets-Taglet-${version}.jar:${datadir}/java/gnu-classpath-tools-gjdoc-${version}.jar:${ANTLR_JAR}:${CLASSPATH}
+
+ for i in ${1+"$@"}; do
================================================================
More information about the pld-cvs-commit
mailing list