X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b4c280791d2bdab84989de5d040716b42798a07c..a63d9772e87d37847b7d634abe798c93934f56bb:/examples/java/runtest diff --git a/examples/java/runtest b/examples/java/runtest index d3f81a22da..98d65c0dd2 100755 --- a/examples/java/runtest +++ b/examples/java/runtest @@ -1,7 +1,7 @@ #! /bin/sh if test "x$DO_NOT_HAVE_JAVA" = x1 ; then - return 77 + exit 77 fi t=`basename $1 .class` @@ -11,5 +11,5 @@ t=`basename $1 .class` echo "(LD_LIBRARY_PATH=$LD_LIBRARY_PATH)" echo "(CLASSPATH=$CLASSPATH)" -echo java $options $t -java $options $t *platform.xml *deployment.xml \ No newline at end of file +echo java $options $t *platform.xml *deployment.xml +java $options $t *platform.xml *deployment.xml