Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Change the prototype of xbt_thread_create(), sorry.
[simgrid.git] / examples / java / runtest
index d0ae1d1..f736e85 100755 (executable)
@@ -1,7 +1,7 @@
 #! /bin/sh
 
-if [ "x$DO_NOT_HAVE_JAVA" = x1 ] ; then
-  return 77
+if test "x$DO_NOT_HAVE_JAVA" = x1 ; then
+  exit 77
 fi
 
 t=`basename $1 .class`