cmd: Remove incorrect return in WCMD_if().
This commit is contained in:
parent
8ffdf9b45a
commit
707a56b20c
|
@ -464,7 +464,6 @@ char condition[MAX_PATH], *command, *s;
|
|||
}
|
||||
if (!lstrcmpi (condition, "errorlevel")) {
|
||||
if (errorlevel >= atoi(WCMD_parameter (p, 1+negate, NULL))) test = 1;
|
||||
return;
|
||||
WCMD_parameter (p, 2+negate, &command);
|
||||
}
|
||||
else if (!lstrcmpi (condition, "exist")) {
|
||||
|
|
Loading…
Reference in New Issue