win installer script: fixed typo, that is exposed when there is no patch file

git-svn-id: trunk@11407 -
This commit is contained in:
vincents 2007-07-01 19:44:11 +00:00
parent 1ddf9fb8f9
commit 1aa10e864e

View File

@ -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