diff options
-rw-r--r-- | shell/ash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/ash.c b/shell/ash.c index e7a867f52..daec975c5 100644 --- a/shell/ash.c +++ b/shell/ash.c | |||
@@ -8429,7 +8429,7 @@ evaltree(union node *n, int flags) | |||
8429 | n->nbinary.ch1, | 8429 | n->nbinary.ch1, |
8430 | (flags | ((is_or >> 1) - 1)) & EV_TESTED | 8430 | (flags | ((is_or >> 1) - 1)) & EV_TESTED |
8431 | ); | 8431 | ); |
8432 | if (!exitstatus == is_or) | 8432 | if ((!exitstatus) == is_or) |
8433 | break; | 8433 | break; |
8434 | if (!evalskip) { | 8434 | if (!evalskip) { |
8435 | n = n->nbinary.ch2; | 8435 | n = n->nbinary.ch2; |