From: Rudolf Polzer Date: Sun, 18 Dec 2011 15:26:56 +0000 (+0100) Subject: if not X-Git-Tag: xonotic-v0.6.0~32^2~3 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=e3898bd3bf08f660ff0927d63735900608220821;p=xonotic%2Fxonotic.git if not --- diff --git a/misc/tools/rsync-updater/update-xonotic.bat b/misc/tools/rsync-updater/update-xonotic.bat index 658a89f4..fb3972a5 100644 --- a/misc/tools/rsync-updater/update-xonotic.bat +++ b/misc/tools/rsync-updater/update-xonotic.bat @@ -75,7 +75,7 @@ set excludes=%excludes% --exclude=/fteqcc/fteqcc.osx if "%ProgramFiles(x86)%" == "" goto bit32 :bit64 - if "%XONOTIC_INCLUDE_32BIT%" != "" goto endbit + if not "%XONOTIC_INCLUDE_32BIT%" == "" goto endbit set excludes=%excludes% --exclude=/xonotic.exe set excludes=%excludes% --exclude=/xonotic-sdl.exe set excludes=%excludes% --exclude=/xonotic-dedicated.exe