cmd: Fix the spelling of a batch file comment.
Signed-off-by: Francois Gouget <fgouget@free.fr> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
8a5140e385
commit
be11845852
|
@ -380,7 +380,7 @@ rem test : echo i1|tmp.cmd i2|tmp.cmd i3|tmp.cmd i4
|
||||||
rem result: i4:[i3:[i2:[i1,i2],i3],i4]@or_broken@i4:[i3:[i2:,i3],i4]@or_broken@i4:[i3:,i4]
|
rem result: i4:[i3:[i2:[i1,i2],i3],i4]@or_broken@i4:[i3:[i2:,i3],i4]@or_broken@i4:[i3:,i4]
|
||||||
del tmp.cmd
|
del tmp.cmd
|
||||||
echo --- chain else
|
echo --- chain else
|
||||||
rem Command arguments are gready and eat up the 'else' unless terminated by
|
rem Command arguments are greedy and eat up the 'else' unless terminated by
|
||||||
rem brackets, which means the 'else' can only be recognized when the
|
rem brackets, which means the 'else' can only be recognized when the
|
||||||
rem 'if true' command chain ends with brackets.
|
rem 'if true' command chain ends with brackets.
|
||||||
if 1==1 if 2==2 if 3==3 (echo a1) else (echo a2) else echo a3
|
if 1==1 if 2==2 if 3==3 (echo a1) else (echo a2) else echo a3
|
||||||
|
|
Loading…
Reference in New Issue