projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4554b72
)
randomconfig fix
author
Denis Vlasenko
<vda.linux@googlemail.com>
Tue, 29 Jul 2008 13:57:59 +0000
(13:57 -0000)
committer
Denis Vlasenko
<vda.linux@googlemail.com>
Tue, 29 Jul 2008 13:57:59 +0000
(13:57 -0000)
shell/hush.c
patch
|
blob
|
history
diff --git
a/shell/hush.c
b/shell/hush.c
index ab067dd262e9a4dbcdc209cf747533e74c8e611d..f65405563b2c3ed1b1acded6c6ebfd558d862e67 100644
(file)
--- a/
shell/hush.c
+++ b/
shell/hush.c
@@
-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;
}