aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2012-11-28 18:03:52 +0100
committerSven Gothel <[email protected]>2012-11-28 18:03:52 +0100
commit90b59f265a227ab36d307195628f25356b5ce731 (patch)
tree340f1ba995361dec88db3f700e0b1862579141a8
parentc2425664dd28479483a6c761f52ad709a6e25977 (diff)
Fix etc/test_dbg.sh: Missing jogl.all.jar -> jogl-all.jar
-rwxr-xr-xetc/test_dbg.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/test_dbg.sh b/etc/test_dbg.sh
index f7d0fd2b3..72b2b3fcf 100755
--- a/etc/test_dbg.sh
+++ b/etc/test_dbg.sh
@@ -12,7 +12,7 @@ echo LIBGL_DRIVERS_PATH: $LIBGL_DRIVERS_PATH 2>&1 | tee -a $logfile
echo LIBGL_DEBUG: $LIBGL_DEBUG 2>&1 | tee -a $logfile
echo java $X_ARGS $D_ARGS $* 2>&1 | tee -a $logfile
-CLASSPATH=jar/gluegen-rt.jar:jar/jogl.all.jar
+CLASSPATH=jar/gluegen-rt.jar:jar/jogl-all.jar
export CLASSPATH
echo CLASSPATH: $CLASSPATH