mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 05:59:28 +02:00
Installer, Win: revision may contain ":" which is invalid in filenames
git-svn-id: trunk@39435 -
This commit is contained in:
parent
8e76ad219a
commit
66e12ac178
@ -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%
|
||||
|
Loading…
Reference in New Issue
Block a user