diff options
author | Sven Gothel <[email protected]> | 2012-10-09 05:42:31 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-10-09 05:42:31 +0200 |
commit | fea39b39e01517ec1f5404b5596a1610366fa27f (patch) | |
tree | 3a9d70ae79104c4c58cc3f94354ed2e602c46e94 /etc/test.sh | |
parent | d4114a6142e8d71ccd342ca61b1b73a1ee48411b (diff) |
Fix etc/test.sh - It was still using the old jogl.all.jar file. Thx to Gene Ressler for finding this one.
Diffstat (limited to 'etc/test.sh')
-rwxr-xr-x | etc/test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/test.sh b/etc/test.sh index 1912a9514..714c3d8a4 100755 --- a/etc/test.sh +++ b/etc/test.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 |