From 69df32971a829d103c559255f4106d57f0ed4a3b Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Thu, 29 Oct 2009 19:55:55 +0000 Subject: add another missing ) --- draklive | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'draklive') diff --git a/draklive b/draklive index 0fd572f..5bc71eb 100755 --- a/draklive +++ b/draklive @@ -131,7 +131,7 @@ sub build_grub_cfg_raw { "title " . $title . if_($name, " ($name)"), "kernel $grub_part" . $boot . "/vmlinuz " . get_default_append($live, $opts) . if_($cmdline, " $cmdline"), if_($initrd, "initrd " . $boot . $initrd); - } group_by2(@{$media->{boot_entries}}), + } group_by2(@{$media->{boot_entries}})), ($live->{oem_rescue} && defined $opts->{oem_rescue_idx} ? ( #- FIXME: factorize with above, build_grub_cfg_entry($media) "title " . $live->{oem_rescue}{media}{title}, -- cgit v1.2.1