From e8a7072ea3119f1b93527d9bdca720e80b699350 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 20 Oct 2005 16:52:22 +0000 Subject: doesn't display prompt if auto --- rescue/install_bootloader | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rescue/install_bootloader b/rescue/install_bootloader index ba43eff84..24ab7e382 100755 --- a/rescue/install_bootloader +++ b/rescue/install_bootloader @@ -60,9 +60,9 @@ if (@main_methods == 0) { my $install = $bootloader::{'install_raw_' . $main_method} or die "unknown bootloader method install_raw_$main_method\n"; print "About to re-install Boot Loader $main_method of following Mandriva Linux distribution:\n\t", - $release, - "\n=> ok? "; + $release, "\n"; if (!$auto) { + print "=> ok? "; =~ /^n/i and exit 0; } -- cgit v1.2.1