diff options
Diffstat (limited to 'sh/parser.c')
| -rw-r--r-- | sh/parser.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sh/parser.c b/sh/parser.c index 67de58e3..d956375e 100644 --- a/sh/parser.c +++ b/sh/parser.c @@ -1628,7 +1628,10 @@ setprompt(int which) #ifdef WITH_HISTORY if (!el) #endif +#ifdef WITH_LINENOISE +#else out2str(getprompt(NULL)); +#endif } /* |
