We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a612c2 commit a86a4f1Copy full SHA for a86a4f1
src/bin/startGroovy.bat
@@ -178,7 +178,7 @@ goto process_arg
178
179
:get_arg
180
rem remove quotes around first arg
181
-for %%i in (%1) do set _ARG=%_ARG% %%~i
+for /f %%i in (%1) do set _ARG=%_ARG% %%~i
182
rem set the remaining args
183
set _ARGS=%2
184
rem remove the leading space we'll add the first time
0 commit comments