Fix PreCompile.bat failing with spaced paths (#58184)

* Fix PreCompile.bat failing with spaced paths

* Undo spacification
This commit is contained in:
Jordan Brown
2021-04-07 04:54:53 -07:00
committed by GitHub
parent 460ef80bbe
commit 3669cbee6d
+1 -1
View File
@@ -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" (