Skip to content

Commit a86a4f1

Browse files
emesxdaniellansun
emesx
authored andcommitted
Removed wildcard processing from startGroovy.bat
1 parent 0a612c2 commit a86a4f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/startGroovy.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ goto process_arg
178178

179179
:get_arg
180180
rem remove quotes around first arg
181-
for %%i in (%1) do set _ARG=%_ARG% %%~i
181+
for /f %%i in (%1) do set _ARG=%_ARG% %%~i
182182
rem set the remaining args
183183
set _ARGS=%2
184184
rem remove the leading space we'll add the first time

0 commit comments

Comments
 (0)