From 3669cbee6d8dedfce4c88ad5b8d76c54b494e615 Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Wed, 7 Apr 2021 07:54:53 -0400 Subject: [PATCH] Fix PreCompile.bat failing with spaced paths (#58184) * Fix PreCompile.bat failing with spaced paths * Undo spacification --- tools/tgs4_scripts/PreCompile.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/tgs4_scripts/PreCompile.bat b/tools/tgs4_scripts/PreCompile.bat index f9cb2fd94ef..fd7f861e69a 100644 --- a/tools/tgs4_scripts/PreCompile.bat +++ b/tools/tgs4_scripts/PreCompile.bat @@ -1,7 +1,7 @@ @echo off cd /D "%~dp0" set TG_BOOTSTRAP_CACHE=%cd% -IF NOT "%1" == "" ( +IF NOT %1 == "" ( rem TGS4: we are passed the game directory on the command line cd %1 ) ELSE IF EXIST "..\Game\B\tgstation.dmb" (