Skip to content

Commit aecc3b3

Browse files
committed
Fix unnecessary quotes
1 parent 8b6ba62 commit aecc3b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Native/build.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ if not exist "%_VSCOMNTOOLS%" set _VSCOMNTOOLS=%VS140COMNTOOLS%
3737
if not exist "%_VSCOMNTOOLS%" goto :MissingVersion
3838

3939

40-
set VSCMD_START_DIR=%__currentScriptDir%
40+
set "VSCMD_START_DIR=%__currentScriptDir%"
4141
call "%_VSCOMNTOOLS%\VsDevCmd.bat"
4242

4343
:RunVCVars

0 commit comments

Comments
 (0)