cmd: Do not reset errorlevel during SET.

This commit is contained in:
Detlef Riekenberg 2010-12-19 23:13:34 +01:00 committed by Alexandre Julliard
parent 7506d41e75
commit f29674e86f

View file

@ -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 );