commit | ff29b4fc42f723b451ce20ea3db8b43409470e82 | [log] [tgz] |
---|---|---|
author | Denis Vlasenko <vda.linux@googlemail.com> | Tue Jul 29 13:57:59 2008 +0000 |
committer | Denis Vlasenko <vda.linux@googlemail.com> | Tue Jul 29 13:57:59 2008 +0000 |
tree | 73706fc5ca544a951f235b02b638c3a84dc00feb | |
parent | 4554b721ad230cdb5308b9ee61c20729c2c34ae8 [diff] [blame] |
randomconfig fix
diff --git a/shell/hush.c b/shell/hush.c index ab067dd..f654055 100644 --- a/shell/hush.c +++ b/shell/hush.c
@@ -2131,8 +2131,8 @@ /* 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; }