Skip to content
Snippets Groups Projects
Commit 96daa31a authored by Matei Zaharia's avatar Matei Zaharia
Browse files

Pass quoted arguments properly to run

parent 78629955
No related branches found
No related tags found
No related merge requests found
......@@ -66,4 +66,4 @@ else
SCALA=scala
fi
exec $SCALA -cp $CLASSPATH $@
exec $SCALA -cp $CLASSPATH "$@"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment