We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2347b7 commit 192ebfeCopy full SHA for 192ebfe
src/Misc/layoutroot/run.cmd
@@ -19,13 +19,13 @@ rem Run.
19
rem ********************************************************************************
20
21
:launch_helper
22
-copy run-helper.cmd.template run-helper.cmd /Y
+copy "%~dp0run-helper.cmd.template" "%~dp0run-helper.cmd" /Y
23
call "%~dp0run-helper.cmd" %*
24
25
if %ERRORLEVEL% EQU 1 (
26
echo "Restarting runner..."
27
goto :launch_helper
28
) else (
29
echo "Exiting runner..."
30
- exit 0
+ exit /b 0
31
)
0 commit comments