Merge pull request #597 from cxd4/whitespace

little whitespace trolololz to new build scripts
This commit is contained in:
zilmar 2015-09-14 08:43:04 +10:00
commit c078e1090a
2 changed files with 3 additions and 3 deletions

View File

@ -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
goto :eof

View File

@ -38,4 +38,4 @@ exit /B 1
:End
ENDLOCAL
exit /B 0
exit /B 0