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 5348e9572..1eb29eb95 100644 --- a/shell/ash.c +++ b/shell/ash.c | |||
@@ -7961,7 +7961,7 @@ evaltree(union node *n, int flags) | |||
7961 | #if NOR + 1 != NSEMI | 7961 | #if NOR + 1 != NSEMI |
7962 | #error NOR + 1 != NSEMI | 7962 | #error NOR + 1 != NSEMI |
7963 | #endif | 7963 | #endif |
7964 | unsigned is_or = is_or = n->type - NAND; | 7964 | unsigned is_or = n->type - NAND; |
7965 | evaltree( | 7965 | evaltree( |
7966 | n->nbinary.ch1, | 7966 | n->nbinary.ch1, |
7967 | (flags | ((is_or >> 1) - 1)) & EV_TESTED | 7967 | (flags | ((is_or >> 1) - 1)) & EV_TESTED |