From 87d5fd984e3e7b26fb15269f44a32ddf6f828fd8 Mon Sep 17 00:00:00 2001
From: Denis Vlasenko <vda.linux@googlemail.com>
Date: Sat, 26 Jul 2008 13:48:35 +0000
Subject: ash: fix typo

---
 shell/ash.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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)
 #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
-- 
cgit v1.2.3-55-g6feb