diff options
Diffstat (limited to 'shell/hush.c')
-rw-r--r-- | shell/hush.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/shell/hush.c b/shell/hush.c index 339f3349a..8154ac47b 100644 --- a/shell/hush.c +++ b/shell/hush.c | |||
@@ -5554,6 +5554,10 @@ static void parse_and_run_stream(struct in_str *inp, int end_trigger) | |||
5554 | debug_printf_exec("parse_and_run_stream: run_and_free_list\n"); | 5554 | debug_printf_exec("parse_and_run_stream: run_and_free_list\n"); |
5555 | run_and_free_list(pipe_list); | 5555 | run_and_free_list(pipe_list); |
5556 | empty = 0; | 5556 | empty = 0; |
5557 | #if ENABLE_HUSH_FUNCTIONS | ||
5558 | if (G.flag_return_in_progress == 1) | ||
5559 | break; | ||
5560 | #endif | ||
5557 | } | 5561 | } |
5558 | } | 5562 | } |
5559 | 5563 | ||