diff options
Diffstat (limited to 'shell/hush.c')
-rw-r--r-- | shell/hush.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/hush.c b/shell/hush.c index 5796f11..5f9f2c5 100644 --- a/shell/hush.c +++ b/shell/hush.c @@ -2004,7 +2004,7 @@ static int run_list_real(struct pipe *pi) insert_bg_job(pi); } else { /* ctrl-C. We just stop doing whatever we were doing */ - putchar('\n'); + bb_putchar('\n'); } rcode = 0; goto ret; |