From c194beb11a9617fa840efdfa494643d97e53b311 Mon Sep 17 00:00:00 2001 From: Stefano Mazzocchi Date: Sun, 7 Feb 2010 05:32:07 +0000 Subject: [PATCH] hmm, shell files are picky git-svn-id: http://google-refine.googlecode.com/svn/trunk@60 7d457c2a-affb-35e4-300a-418c747d4874 --- gridworks | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/gridworks b/gridworks index 2422c0e02..35f80faf5 100755 --- a/gridworks +++ b/gridworks @@ -16,21 +16,21 @@ where [options] include: -h print this message and exit - -p is the port that gridworks will listen to + -p the port that gridworks will listen to default: 3333 - -d enable JVM debugging (on port 8000) + -d enable JVM debugging (on port 8000) -s enable profiling (available modes are "hprof" and "yourkit") - -x enable JMX monitoring + -x enable JMX monitoring (for jconsole and friends) and is one of - run Run gridworks (default) + run Run Gridworks (default) - eclipse Build eclipse project files + eclipse Build Eclipse project files EOF exit 0 @@ -105,7 +105,7 @@ add_option "-Djetty.port=$GRIDWORKS_PORT" # ----- Respond to the action given. ---------------------------------------------------------- -if ["$ACTION" == ''] ; then +if [ "$ACTION" == '' ] ; then ACTION='run' fi