From c3721c8bc40e9538467b5736d3ddce19de58970c Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 9 Sep 2004 02:35:33 +0000 Subject: help emacs mode --- perl-install/bootloader.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/bootloader.pm b/perl-install/bootloader.pm index 6fa909824..6b7446770 100644 --- a/perl-install/bootloader.pm +++ b/perl-install/bootloader.pm @@ -869,7 +869,7 @@ sub write_yaboot { { my @conf; push @conf, "#yaboot.conf - generated by DrakX"; - push @conf, qq(init-message="\\n$bootloader->{'init-message'}\\n") if $bootloader->{'init-message'}; + push @conf, sprintf('init-message="\n%s\n"', $bootloader->{'init-message'}) if $bootloader->{'init-message'}; if ($bootloader->{boot}) { push @conf, "boot=$bootloader->{boot}"; -- cgit v1.2.1