libbb: rename bb_ask -> bb_ask_noecho, bb_ask_confirmation -> bb_ask_y_confirmation
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
2f094ae821
commit
77cb6b99a4
11 changed files with 24 additions and 24 deletions
|
@ -422,7 +422,7 @@ static void confirm_or_abort(void)
|
|||
{
|
||||
fprintf(stderr, "Continue? [y/N] ");
|
||||
fflush_all();
|
||||
if (!bb_ask_confirmation())
|
||||
if (!bb_ask_y_confirmation())
|
||||
bb_error_msg_and_die("aborting");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue