randomconfig fix
authorDenis Vlasenko <vda.linux@googlemail.com>
Tue, 29 Jul 2008 13:57:59 +0000 (13:57 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Tue, 29 Jul 2008 13:57:59 +0000 (13:57 -0000)
shell/hush.c

index ab067dd262e9a4dbcdc209cf747533e74c8e611d..f65405563b2c3ed1b1acded6c6ebfd558d862e67 100644 (file)
@@ -2131,8 +2131,8 @@ static int run_list(struct pipe *pi)
                                /* ctrl-C. We just stop doing whatever we were doing */
                                bb_putchar('\n');
                        }
-                       loop_top = NULL;
-                       depth_of_loop = 0;
+                       USE_HUSH_LOOPS(loop_top = NULL;)
+                       USE_HUSH_LOOPS(depth_of_loop = 0;)
                        rcode = 0;
                        goto ret;
                }