summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@mandriva.com>2009-10-29 19:55:55 +0000
committerChristophe Fergeau <cfergeau@mandriva.com>2009-10-29 19:55:55 +0000
commit69df32971a829d103c559255f4106d57f0ed4a3b (patch)
tree73e59c166f9291dfaec44ff3c836f7a7e47da67d
parent109525728bc2521526d1d45369cb1a0e78a49a4f (diff)
downloaddraklive-69df32971a829d103c559255f4106d57f0ed4a3b.tar
draklive-69df32971a829d103c559255f4106d57f0ed4a3b.tar.gz
draklive-69df32971a829d103c559255f4106d57f0ed4a3b.tar.bz2
draklive-69df32971a829d103c559255f4106d57f0ed4a3b.tar.xz
draklive-69df32971a829d103c559255f4106d57f0ed4a3b.zip
add another missing )
-rwxr-xr-xdraklive2
1 files changed, 1 insertions, 1 deletions
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},