diff runbootstrap.sh @ 2914:35fb2fef44f1

merge
author Lukas Stadler <lukas.stadler@jku.at>
date Thu, 09 Jun 2011 10:48:38 +0200
parents d577d07cedec
children 344264424174
line wrap: on
line diff
--- a/runbootstrap.sh	Wed Jun 08 17:50:16 2011 +0200
+++ b/runbootstrap.sh	Thu Jun 09 10:48:38 2011 +0200
@@ -3,10 +3,6 @@
   echo "JDK7 is not defined."
   exit 1;
 fi
-if [ -z "${JDK7G}" ]; then
-  echo "JDK7G is not defined."
-  exit 1;
-fi
 if [ -z "${MAXINE}" ]; then
   echo "MAXINE is not defined. It must point to a maxine repository directory."
   exit 1;
@@ -15,5 +11,4 @@
   echo "GRAAL is not defined. It must point to a maxine repository directory."
   exit 1;
 fi
-${JDK7}/bin/java -client -d64 -graal -version
-${JDK7G}/bin/java -client -d64 -graal -version
+${JDK7}/bin/java -client -d64 -graal $* -version