fix svn r0 bug. blame subwcrev

This commit is contained in:
zeromus 2014-12-12 19:47:29 +00:00
parent 96af736857
commit 3ce7d48cc5
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ set TEMPFILE="%TEMP%\BIZBUILD-SVN-%RANDOM%-%RANDOM%-%RANDOM%-%RANDOM%"
set SVNREV="%~1svnrev.cs"
rem try generating svnrev from svn now. this will fail if svn is nonexistent, so...
"%~1SubWCRev.exe" "%~1" "%~1svnrev_template" %TEMPFILE% > nul
"%~1SubWCRev.exe" "%~1." "%~1svnrev_template" %TEMPFILE% > nul
rem generate a svnrev with sed using no revision number, in case svn isnt available
if not exist %TEMPFILE% (