Sweden-Number/programs/cmd
Aaron Hill 8e54cad6a1 cmd: Set errorlevel to 0 when 'call' is invoked with an empty string.
Previously, invoking 'call' with an empty string would leave errorlevel
unchanged. Reset errorlevel to 0 to match the behavior of
the Windows 'cmd.exe'.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=49982
Signed-off-by: Aaron Hill <aa1ronham@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-10-15 20:53:44 +02:00
..
tests cmd: Set errorlevel to 0 when 'call' is invoked with an empty string. 2020-10-15 20:53:44 +02:00
Makefile.in cmd: Build with msvcrt. 2019-05-03 16:30:39 +02:00
batch.c cmd: Fix the spelling of "tilde". 2020-04-27 11:32:05 +02:00
builtins.c cmd.exe: Don't prompt for move when non-interactive. 2020-09-11 16:57:42 +02:00
cmd.rc cmd: Correct capitalization of "Windows Explorer". 2019-04-03 19:28:19 +02:00
directory.c cmd: Use _wsplitpath() from msvcrt. 2020-04-27 11:32:03 +02:00
wcmd.h cmd: Fix the spelling of "tilde". 2020-04-27 11:32:05 +02:00
wcmd.ico cmd: Add a 256x256 icon. 2013-03-27 20:12:27 +01:00
wcmd.svg cmd: Add a 256x256 icon. 2013-03-27 20:12:27 +01:00
wcmdmain.c cmd: Set errorlevel to 0 when 'call' is invoked with an empty string. 2020-10-15 20:53:44 +02:00