From 16ebfc35920d671b975491e5631657c28fd656ae Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Fri, 26 Sep 2008 13:38:33 +0000 Subject: add newline after closing grub --- draklive | 1 + 1 file changed, 1 insertion(+) diff --git a/draklive b/draklive index f53ebef..9d8097a 100755 --- a/draklive +++ b/draklive @@ -1423,6 +1423,7 @@ root (hd0,0) setup (hd0) EOF close ($grub) or die "unable to run grub\n"; + print "\n"; } sub install_usb_bootloader { -- cgit v1.2.1