diff options
| author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-07-29 13:57:59 +0000 |
|---|---|---|
| committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-07-29 13:57:59 +0000 |
| commit | ff29b4fc42f723b451ce20ea3db8b43409470e82 (patch) | |
| tree | 73706fc5ca544a951f235b02b638c3a84dc00feb /shell | |
| parent | 4554b721ad230cdb5308b9ee61c20729c2c34ae8 (diff) | |
| download | busybox-w32-ff29b4fc42f723b451ce20ea3db8b43409470e82.tar.gz busybox-w32-ff29b4fc42f723b451ce20ea3db8b43409470e82.tar.bz2 busybox-w32-ff29b4fc42f723b451ce20ea3db8b43409470e82.zip | |
randomconfig fix
Diffstat (limited to 'shell')
| -rw-r--r-- | shell/hush.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/hush.c b/shell/hush.c index ab067dd26..f65405563 100644 --- a/shell/hush.c +++ b/shell/hush.c | |||
| @@ -2131,8 +2131,8 @@ static int run_list(struct pipe *pi) | |||
| 2131 | /* ctrl-C. We just stop doing whatever we were doing */ | 2131 | /* ctrl-C. We just stop doing whatever we were doing */ |
| 2132 | bb_putchar('\n'); | 2132 | bb_putchar('\n'); |
| 2133 | } | 2133 | } |
| 2134 | loop_top = NULL; | 2134 | USE_HUSH_LOOPS(loop_top = NULL;) |
| 2135 | depth_of_loop = 0; | 2135 | USE_HUSH_LOOPS(depth_of_loop = 0;) |
| 2136 | rcode = 0; | 2136 | rcode = 0; |
| 2137 | goto ret; | 2137 | goto ret; |
| 2138 | } | 2138 | } |
