File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ goto COPY_AND_PATCH_DELPHI_SOURCE
7979
8080:DO_COPY_AND_PATCH_DELPHI_SOURCE
8181
82- call %ALBaseDir% \Embarcadero\%ALDelphiName% \Update.bat
82+ call " %ALBaseDir% \Embarcadero\%ALDelphiName% \Update.bat"
8383IF ERRORLEVEL 1 goto ERROR
8484echo .
8585
@@ -109,11 +109,11 @@ goto DOWNLOAD_LIBRARIES
109109
110110:DO_DOWNLOAD_LIBRARIES
111111
112- call %ALBaseDir% \Libraries\ios\DownloadLibraries.bat
112+ call " %ALBaseDir% \Libraries\ios\DownloadLibraries.bat"
113113IF ERRORLEVEL 1 goto ERROR
114114echo .
115115
116- call %ALBaseDir% \Libraries\jar\DownloadLibraries.bat
116+ call " %ALBaseDir% \Libraries\jar\DownloadLibraries.bat"
117117IF ERRORLEVEL 1 goto ERROR
118118echo .
119119
@@ -185,7 +185,7 @@ goto RUN_TESTS
185185
186186:DO_RUN_TESTS
187187
188- call %ALBaseDir% \Tests\RunTests.bat
188+ call " %ALBaseDir% \Tests\RunTests.bat"
189189IF ERRORLEVEL 1 goto ERROR
190190echo .
191191
You can’t perform that action at this time.
0 commit comments