diff options
Diffstat (limited to 'hush.c')
-rw-r--r-- | hush.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -861,7 +861,7 @@ static inline void setup_prompt_string(int promptmode, char **prompt_str) | |||
861 | *prompt_str = PS2; | 861 | *prompt_str = PS2; |
862 | } | 862 | } |
863 | #else | 863 | #else |
864 | *prompt_str = (promptmode==0)? PS1 : PS2; | 864 | *prompt_str = (promptmode==1)? PS1 : PS2; |
865 | #endif | 865 | #endif |
866 | debug_printf("result %s\n",*prompt_str); | 866 | debug_printf("result %s\n",*prompt_str); |
867 | } | 867 | } |