git commit test
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
1fd3b38fd1
commit
690ad2426e
@ -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 = "> ";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user