OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 16-Sep-2007 15:59:12
Branch: HEAD Handle: 2007091614591100
Modified files:
openpkg-src/jxplorer jxplorer.sh
Log:
better portability, please
Summary:
Revision Changes Path
1.2 +2 -1 openpkg-src/jxplorer/jxplorer.sh
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/jxplorer/jxplorer.sh
============================================================================
$ cvs diff -u -r1.1 -r1.2 jxplorer.sh
--- openpkg-src/jxplorer/jxplorer.sh 16 Sep 2007 13:46:44 -0000 1.1
+++ openpkg-src/jxplorer/jxplorer.sh 16 Sep 2007 13:59:11 -0000 1.2
@@ -2,7 +2,8 @@
if [ ! -d $HOME/.jxplorer ]; then
mkdir $HOME/.jxplorer
fi
-export JAVA_PLATFORM="sun-jdk"
+JAVA_PLATFORM="sun-jdk"
+export JAVA_PLATFORM
cmd="@l_prefix@/bin/java -cp ."
for jar in \
jars/jxplorer.jar jars/help.jar jars/jhall.jar jars/junit.jar
jars/ldapsec.jar \
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]