diff options
author | Sven Gothel <[email protected]> | 2012-11-28 18:03:52 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-11-28 18:03:52 +0100 |
commit | 90b59f265a227ab36d307195628f25356b5ce731 (patch) | |
tree | 340f1ba995361dec88db3f700e0b1862579141a8 /etc/test_dbg.sh | |
parent | c2425664dd28479483a6c761f52ad709a6e25977 (diff) |
Fix etc/test_dbg.sh: Missing jogl.all.jar -> jogl-all.jar
Diffstat (limited to 'etc/test_dbg.sh')
-rwxr-xr-x | etc/test_dbg.sh | 2 |
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 |