mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
cmd: Do not reset errorlevel during SET.
This commit is contained in:
parent
7506d41e75
commit
f29674e86f
1 changed files with 0 additions and 1 deletions
|
@ -2265,7 +2265,6 @@ void WCMD_setshow_env (WCHAR *s) {
|
|||
int status;
|
||||
static const WCHAR parmP[] = {'/','P','\0'};
|
||||
|
||||
errorlevel = 0;
|
||||
if (param1[0] == 0x00 && quals[0] == 0x00) {
|
||||
env = GetEnvironmentStringsW();
|
||||
WCMD_setshow_sortenv( env, NULL );
|
||||
|
|
Loading…
Reference in a new issue