mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-06 22:18:15 +02:00
use short path when retrieving version info, so spaces in directory names are handled corectly
git-svn-id: trunk@16821 -
This commit is contained in:
parent
6189a02ed2
commit
7aae2c04a1
@ -1,5 +1,5 @@
|
||||
@ECHO OFF
|
||||
|
||||
FOR /F "delims='" %%F IN (%~dp0\..\..\ide\version.inc) DO set LAZVERSION=%%F
|
||||
FOR /F "delims='" %%F IN (%~dps0\..\..\..\ide\version.inc) DO set LAZVERSION=%%F
|
||||
|
||||
echo %LAZVERSION%
|
Loading…
Reference in New Issue
Block a user