ash: fix typo
authorDenis Vlasenko <vda.linux@googlemail.com>
Sat, 26 Jul 2008 13:48:35 +0000 (13:48 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Sat, 26 Jul 2008 13:48:35 +0000 (13:48 -0000)
shell/ash.c

index 5348e957250fbdec07bba519c873ade0b3d35586..1eb29eb9551eb6b8772be845c0a88f03ac5f6fb9 100644 (file)
@@ -7961,7 +7961,7 @@ evaltree(union node *n, int flags)
 #if NOR + 1 != NSEMI
 #error NOR + 1 != NSEMI
 #endif
-               unsigned is_or = is_or = n->type - NAND;
+               unsigned is_or = n->type - NAND;
                evaltree(
                        n->nbinary.ch1,
                        (flags | ((is_or >> 1) - 1)) & EV_TESTED