correctly set install path in java-set-classpath
This commit is contained in:
@@ -36,7 +36,7 @@ if test "z$1" = "z" ; then
|
|||||||
exit 0;
|
exit 0;
|
||||||
fi
|
fi
|
||||||
|
|
||||||
JVM_CONFIG_FILE=@OOINSTBASE@/program/fundamentalrc
|
JVM_CONFIG_FILE=@INSTALLDIR@/program/fundamentalrc
|
||||||
|
|
||||||
for path in $@ ; do
|
for path in $@ ; do
|
||||||
if test "z${path%%/*}" != "z" ; then
|
if test "z${path%%/*}" != "z" ; then
|
||||||
|
Reference in New Issue
Block a user