cmd: Fix a comment.

This commit is contained in:
Frédéric Delanoy 2011-10-28 09:52:18 +02:00 committed by Alexandre Julliard
parent 89a53d6f81
commit ecc4d87253
1 changed files with 1 additions and 1 deletions

View File

@ -1436,7 +1436,7 @@ if exist foo.cmd (
echo ------------ Testing setlocal/endlocal ------------
call :setError 0
rem Note: setlocal EnableDelayedExtension already tested in the variable delayed expansion test section
rem Note: setlocal EnableDelayedExpansion already tested in the variable delayed expansion test section
mkdir foobar & cd foobar
echo ...enable/disable extensions
setlocal DisableEXTensions