Commit f29674e8 authored by Detlef Riekenberg's avatar Detlef Riekenberg Committed by Alexandre Julliard

cmd: Do not reset errorlevel during SET.

parent 7506d41e
......@@ -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 );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment