aboutsummaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
Diffstat (limited to 'shell')
-rw-r--r--shell/hush.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/hush.c b/shell/hush.c
index 77f90f82f..5eb6fa396 100644
--- a/shell/hush.c
+++ b/shell/hush.c
@@ -2692,7 +2692,7 @@ static int get_user_input(struct in_str *i)
2692 * Without check_and_run_traps, handler never runs. 2692 * Without check_and_run_traps, handler never runs.
2693 */ 2693 */
2694 check_and_run_traps(); 2694 check_and_run_traps();
2695 fputs(prompt_str, stdout); 2695 fputs_stdout(prompt_str);
2696 fflush_all(); 2696 fflush_all();
2697 } 2697 }
2698 r = hfgetc(i->file); 2698 r = hfgetc(i->file);