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:
@ -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");
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user