diff options
| author | Jilles Tjoelker <jilles@FreeBSD.org> | 2015-02-15 21:47:43 +0000 |
|---|---|---|
| committer | Jilles Tjoelker <jilles@FreeBSD.org> | 2015-02-15 21:47:43 +0000 |
| commit | 781bfb5a53db222578eebb3dc67aa80446c8d633 (patch) | |
| tree | 999b8055d2fa2e1f7fca45cdaba4917842dba200 /bin/sh/parser.c | |
| parent | cec1a873d72994de84beb305f8858357d81953c5 (diff) | |
Notes
Diffstat (limited to 'bin/sh/parser.c')
| -rw-r--r-- | bin/sh/parser.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/sh/parser.c b/bin/sh/parser.c index 004831437535..2bba84eb9136 100644 --- a/bin/sh/parser.c +++ b/bin/sh/parser.c @@ -1940,7 +1940,7 @@ getprompt(void *unused __unused) */ switch (whichprompt) { case 0: - fmt = nullstr; + fmt = ""; break; case 1: fmt = ps1val(); |
