From c8dbcb2c30e9026f3fd01e04d8ceb053c40211b6 Mon Sep 17 00:00:00 2001 From: unknown Date: Sun, 13 Sep 2015 16:30:53 -0400 Subject: [PATCH] little whitespace trolololz to new build scripts --- Source/Script/UpdateVersion.cmd | 4 ++-- Source/Script/build.cmd | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Source/Script/UpdateVersion.cmd b/Source/Script/UpdateVersion.cmd index 0c499a439..0824a4db0 100644 --- a/Source/Script/UpdateVersion.cmd +++ b/Source/Script/UpdateVersion.cmd @@ -39,7 +39,7 @@ SETLOCAL DisableDelayedExpansion FOR /F "usebackq delims=" %%a in (`"findstr /n ^^ %version_file%"`) do ( set "line=%%a" SETLOCAL EnableDelayedExpansion - set "line=!line:9999=%build_no%!" + set "line=!line:9999=%build_no%!" set "line=!line:*:=!" echo(!line!>>!out_file! ENDLOCAL @@ -53,4 +53,4 @@ if exist "%out_file%" ( ) ) -goto :eof \ No newline at end of file +goto :eof diff --git a/Source/Script/build.cmd b/Source/Script/build.cmd index e4dbe30d3..f287eab38 100644 --- a/Source/Script/build.cmd +++ b/Source/Script/build.cmd @@ -38,4 +38,4 @@ exit /B 1 :End ENDLOCAL -exit /B 0 \ No newline at end of file +exit /B 0