hmm, shell files are picky

git-svn-id: http://google-refine.googlecode.com/svn/trunk@60 7d457c2a-affb-35e4-300a-418c747d4874
This commit is contained in:
Stefano Mazzocchi 2010-02-07 05:32:07 +00:00
parent 2077d3f094
commit c194beb11a

View File

@ -16,21 +16,21 @@ where [options] include:
-h print this message and exit
-p <port> is the port that gridworks will listen to
-p <port> the port that gridworks will listen to
default: 3333
-d <port> enable JVM debugging (on port 8000)
-d enable JVM debugging (on port 8000)
-s <mode> enable profiling
(available modes are "hprof" and "yourkit")
-x enable JMX monitoring
-x enable JMX monitoring (for jconsole and friends)
and <action> 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