little whitespace trolololz to new build scripts
This commit is contained in:
parent
a3513059e1
commit
c8dbcb2c30
|
@ -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
|
||||
|
|
|
@ -38,4 +38,4 @@ exit /B 1
|
|||
|
||||
:End
|
||||
ENDLOCAL
|
||||
exit /B 0
|
||||
exit /B 0
|
||||
|
|
Loading…
Reference in New Issue