diff options
Diffstat (limited to 'bootstrap.cmd')
-rw-r--r-- | bootstrap.cmd | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bootstrap.cmd b/bootstrap.cmd index 86ffc7f..cff8483 100644 --- a/bootstrap.cmd +++ b/bootstrap.cmd @@ -6,7 +6,7 @@ :: Create a shortcut file for running the relx command @set relx_cmd=relx.cmd -@echo @echo off > %relx_cmd% -@echo setlocal >> %relx_cmd% -@echo set relx=%%~f0 >> %relx_cmd% -@echo escript ^"%%relx:.cmd=%%^" %%* >> %relx_cmd% +@echo @echo off> %relx_cmd% +@echo setlocal>> %relx_cmd% +@echo set relx=%%~f0>> %relx_cmd% +@echo escript ^"%%relx:.cmd=%%^" %%*>> %relx_cmd% |