diff options
Diffstat (limited to 'hush.c')
-rw-r--r-- | hush.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -780,7 +780,7 @@ static inline void setup_prompt_string(int promptmode, char **prompt_str) | |||
780 | static void get_user_input(struct in_str *i) | 780 | static void get_user_input(struct in_str *i) |
781 | { | 781 | { |
782 | char *prompt_str; | 782 | char *prompt_str; |
783 | static char the_command[MAX_LINE]; | 783 | static char the_command[BUFSIZ]; |
784 | 784 | ||
785 | setup_prompt_string(i->promptmode, &prompt_str); | 785 | setup_prompt_string(i->promptmode, &prompt_str); |
786 | #ifdef BB_FEATURE_COMMAND_EDITING | 786 | #ifdef BB_FEATURE_COMMAND_EDITING |