[git commit] git commit test
Denys Vlasenko
vda.linux at googlemail.com
Thu Apr 30 19:24:24 UTC 2009
Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
shell/hush.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/shell/hush.c b/shell/hush.c
index 45a9733..692076c 100644
--- a/shell/hush.c
+++ b/shell/hush.c
@@ -1453,8 +1453,9 @@ static void cmdedit_update_prompt(void)
if (G.PS1 == NULL)
G.PS1 = "\\w \\$ ";
G.PS2 = get_local_var_value("PS2");
- } else
+ } else {
G.PS1 = NULL;
+ }
if (G.PS2 == NULL)
G.PS2 = "> ";
}
--
1.6.0.6
More information about the busybox-cvs
mailing list