git commit test

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko 2009-04-30 21:24:24 +02:00
parent 1fd3b38fd1
commit 690ad2426e

View File

@ -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 = "> ";
}