summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@mandriva.com>2009-10-29 19:53:05 +0000
committerChristophe Fergeau <cfergeau@mandriva.com>2009-10-29 19:53:05 +0000
commit109525728bc2521526d1d45369cb1a0e78a49a4f (patch)
tree8866ff97cc7ffcb283e457344ff4e57e7c4b97a8
parentfbd41454cced4f7490ed5ea5852a6112b7c28e48 (diff)
downloaddraklive-109525728bc2521526d1d45369cb1a0e78a49a4f.tar
draklive-109525728bc2521526d1d45369cb1a0e78a49a4f.tar.gz
draklive-109525728bc2521526d1d45369cb1a0e78a49a4f.tar.bz2
draklive-109525728bc2521526d1d45369cb1a0e78a49a4f.tar.xz
draklive-109525728bc2521526d1d45369cb1a0e78a49a4f.zip
add missing )
-rwxr-xr-xdraklive2
1 files changed, 1 insertions, 1 deletions
diff --git a/draklive b/draklive
index 4e0814c..0fd572f 100755
--- a/draklive
+++ b/draklive
@@ -97,7 +97,7 @@ sub build_syslinux_cfg {
" kernel $kernel",
" append initrd=$initrd $append $cmdline";
}
- } group_by2(@{$media->{boot_entries}}),
+ } group_by2(@{$media->{boot_entries}})),
"",
);
}