svn commit: trunk/busybox/shell

vda at busybox.net vda at busybox.net
Sat Jul 26 13:48:35 UTC 2008


Author: vda
Date: 2008-07-26 06:48:35 -0700 (Sat, 26 Jul 2008)
New Revision: 22949

Log:
ash: fix typo



Modified:
   trunk/busybox/shell/ash.c


Changeset:
Modified: trunk/busybox/shell/ash.c
===================================================================
--- trunk/busybox/shell/ash.c	2008-07-26 13:45:57 UTC (rev 22948)
+++ trunk/busybox/shell/ash.c	2008-07-26 13:48:35 UTC (rev 22949)
@@ -7961,7 +7961,7 @@
 #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




More information about the busybox-cvs mailing list