mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-09 18:08:35 +02:00
win installer script: fixed typo, that is exposed when there is no patch file
git-svn-id: trunk@11407 -
This commit is contained in:
parent
1ddf9fb8f9
commit
1aa10e864e
@ -12,7 +12,7 @@ SET SOURCE_DIR=%BUILDDIR%\fpc-patched
|
||||
cd %SOURCE_DIR%
|
||||
|
||||
:: apply patch
|
||||
if [%PATCHFILE]==[] GOTO NO_PATCH
|
||||
if [%PATCHFILE%]==[] GOTO NO_PATCH
|
||||
%PATCHEXE% -p0 -i %PATCHDIR%\%PATCHFILE%
|
||||
|
||||
:NO_PATCH
|
||||
|
Loading…
Reference in New Issue
Block a user