aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap.cmd
diff options
context:
space:
mode:
authorsyl20bnr <[email protected]>2014-10-31 15:31:22 +0100
committersyl20bnr <[email protected]>2014-10-31 15:31:22 +0100
commit925b9c37834f4c8de32e0dd1665bbb2de61d013b (patch)
treeec833283bd60c4bcdd1dafa21ec2bc5a2c9581a7 /bootstrap.cmd
parent0b5c8714c76c10bd92463b4d2ba9431e34af650e (diff)
downloadrelx-925b9c37834f4c8de32e0dd1665bbb2de61d013b.tar.gz
relx-925b9c37834f4c8de32e0dd1665bbb2de61d013b.tar.bz2
relx-925b9c37834f4c8de32e0dd1665bbb2de61d013b.zip
Fixes #238 Trailing whitespaces in generated relx.cmd
Diffstat (limited to 'bootstrap.cmd')
-rw-r--r--bootstrap.cmd8
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%