Installer, Win: revision may contain ":" which is invalid in filenames

git-svn-id: trunk@39435 -
This commit is contained in:
martin 2012-12-03 21:39:37 +00:00
parent 8e76ad219a
commit 66e12ac178

View File

@ -71,7 +71,8 @@ SET CP=%FPCBINDIR%\cp.exe
FOR /F %%F IN ('%LAZSVNDIR%\tools\install\get_lazarus_version.bat') DO set LAZVERSION=%%F
FOR /F %%F IN ('svnversion.exe %LAZSVNDIR%') DO set LAZREVISION=%%F
IF [%LAZREVISION%] == [] GOTO SVNVERERR
:: Remove : from revision if present
SET LAZREVISION=%LAZREVISION::=_%
ECHO Starting at: > %LOGFILE%
%FPCBINDIR%\gdate >> %LOGFILE%