* util/grub.d/30_os-prober.in (osx_entry): Add round brackets
after function name.
Noticed by Rene Engelhard <rene@debian.org>.
+2009-12-22 Felix Zielcke <fzielcke@z-51.de>
+
+ * util/grub.d/30_os-prober.in (osx_entry): Add round brackets
+ after function name.
+ Noticed by Rene Engelhard <rene@debian.org>.
+
2009-12-22 Vladimir Serbinenko <phcoder@gmail.com>
* commands/lspci.c (grub_pci_classes): Add "USB Controller".
exit 0
fi
-osx_entry {
+osx_entry() {
cat << EOF
menuentry "${LONGNAME} (${2}-bit) (on ${DEVICE})" {
EOF