aboutsummaryrefslogtreecommitdiff
path: root/bin/run-example.cmd
diff options
context:
space:
mode:
Diffstat (limited to 'bin/run-example.cmd')
-rw-r--r--bin/run-example.cmd2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/run-example.cmd b/bin/run-example.cmd
index 5b2d048d6e..64f6bc3728 100644
--- a/bin/run-example.cmd
+++ b/bin/run-example.cmd
@@ -20,4 +20,4 @@ rem
rem This is the entry point for running a Spark example. To avoid polluting
rem the environment, it just launches a new cmd to do the real work.
-cmd /V /E /C %~dp0run-example2.cmd %*
+cmd /V /E /C "%~dp0run-example2.cmd" %*