aboutsummaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
Diffstat (limited to 'shell')
-rw-r--r--shell/ash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/ash.c b/shell/ash.c
index 40b3ef3e3..41ae5cbd2 100644
--- a/shell/ash.c
+++ b/shell/ash.c
@@ -8590,7 +8590,7 @@ evaltree(union node *n, int flags)
8590 n->nbinary.ch1, 8590 n->nbinary.ch1,
8591 (flags | ((is_or >> 1) - 1)) & EV_TESTED 8591 (flags | ((is_or >> 1) - 1)) & EV_TESTED
8592 ); 8592 );
8593 if (!status == is_or || evalskip) 8593 if ((!status) == is_or || evalskip)
8594 break; 8594 break;
8595 n = n->nbinary.ch2; 8595 n = n->nbinary.ch2;
8596 evaln: 8596 evaln: