diff options
author | Sven Gothel <[email protected]> | 2014-01-26 02:59:12 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2014-01-26 02:59:12 +0100 |
commit | 87135467c4f292f7e43bc3957784b0e43769c9cc (patch) | |
tree | 949a4737151f3690bf8448422a45ebc1ae1546bc /make/scripts/setenv-jogl.sh | |
parent | b6150bbc67a207669a2e820dd5b08e7e75b24200 (diff) |
Script: Correct joal.jar path; Remove redundant NewtDebugActivity (Debug is on for NewtVersionActivity)
Diffstat (limited to 'make/scripts/setenv-jogl.sh')
-rwxr-xr-x | make/scripts/setenv-jogl.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/scripts/setenv-jogl.sh b/make/scripts/setenv-jogl.sh index 186da5505..dc121a596 100755 --- a/make/scripts/setenv-jogl.sh +++ b/make/scripts/setenv-jogl.sh @@ -73,7 +73,7 @@ if [ ! -e "$JOAL_BUILDDIR" ] ; then print_usage exit fi -JOAL_JAR="$JOAL_BUILDDIR"/joal.jar +JOAL_JAR="$JOAL_BUILDDIR"/jar/joal.jar if [ -z "$ANT_PATH" ] ; then ANT_PATH=$(dirname $(dirname $(which ant))) |