Hot fix for command runner

This commit is contained in:
Patrick Wendell 2013-08-28 19:03:06 -07:00
parent f9fc5c160a
commit 2fc9a028f2

2
run
View file

@ -172,4 +172,4 @@ if [ "$SPARK_PRINT_LAUNCH_COMMAND" == "1" ]; then
echo
fi
exec $command
exec "$RUNNER" -cp "$CLASSPATH" "$@"