From 925b9c37834f4c8de32e0dd1665bbb2de61d013b Mon Sep 17 00:00:00 2001 From: syl20bnr Date: Fri, 31 Oct 2014 15:31:22 +0100 Subject: Fixes #238 Trailing whitespaces in generated relx.cmd --- bootstrap.cmd | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bootstrap.cmd') 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% -- cgit v1.2.3