We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab5c784 commit c6c9309Copy full SHA for c6c9309
src/Build.bat
@@ -1,7 +1,7 @@
1
@echo off
2
3
:: Set the start directory for later reference
4
-set STARTDIR=%CD%
+set STARTDIR="%CD%"
5
6
:: Allow the use of delayed expansion
7
setlocal EnableDelayedExpansion
0 commit comments