From fea39b39e01517ec1f5404b5596a1610366fa27f Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Tue, 9 Oct 2012 05:42:31 +0200 Subject: Fix etc/test.sh - It was still using the old jogl.all.jar file. Thx to Gene Ressler for finding this one. --- etc/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/test.sh') 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 -- cgit v1.2.3