Skip to content

Commit

Permalink
fixed parameter passing to handle quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
fehguy committed May 25, 2010
1 parent 505c614 commit 67acf7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/java/bin/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ done
export CLASSPATH=$(cat classpath.txt)
export JAVA_OPTS="-Duser.timezone=GMT ${JAVA_CONFIG_OPTIONS} ${JAVA_DEBUG_OPTIONS} "

java $JAVA_OPTS -cp $CLASSPATH $1 $2 $3 $4 $5 $6 $7 $8 $9
java $JAVA_OPTS -cp $CLASSPATH "$@"

0 comments on commit 67acf7c

Please sign in to comment.