commit | 817a20296fd9e4e8eed095836d7dc28183794247 | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Tue Jun 26 15:35:17 2018 +0200 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Tue Jun 26 15:35:17 2018 +0200 |
tree | 600cc8f51d3d41ae4e893a452d222a7abc504d87 | |
parent | 5cb4f9081f3f6575da052b03cb227a7a488b0a8b [diff] [blame] |
randomconfig fixes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
diff --git a/shell/hush.c b/shell/hush.c index c777001..0b36dad 100644 --- a/shell/hush.c +++ b/shell/hush.c
@@ -4577,7 +4577,9 @@ # endif end_ch &= (DOUBLE_CLOSE_CHAR_FLAG - 1); +#if ENABLE_HUSH_INTERACTIVE G.promptmode = 1; /* PS2 */ +#endif debug_printf_prompt("%s promptmode=%d\n", __func__, G.promptmode); while (1) {