Skip to content

Commit f3b8482

Browse files
committed
Fix wrong SETLOCAL
1 parent 4576ca5 commit f3b8482

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vcinitut.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@echo off
2-
setlocal enabledelayedexpansion
32
call vcinit %*
43
if not defined __VC_DIR goto error
4+
setlocal enabledelayedexpansion
55

66
set utdirs=UnitTest\;Auxiliary\VS\UnitTest\;
77
:search

0 commit comments

Comments
 (0)