From 2ba9b6a2dfff8eb06b6f93024f5140e784b8be49 Mon Sep 17 00:00:00 2001 From: Jon Maurer Date: Wed, 10 Feb 2016 09:54:22 +0000 Subject: [SPARK-11518][DEPLOY, WINDOWS] Handle spaces in Windows command scripts Author: Jon Maurer Author: Jonathan Maurer Closes #10789 from tritab/cmd_updates. --- bin/run-example.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/run-example.cmd') 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" %* -- cgit v1.2.3