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>.
This commit is contained in:
Felix Zielcke 2009-12-22 12:02:57 +01:00
parent dc77a79959
commit 7e70dfffc1
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
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".

View file

@ -37,7 +37,7 @@ if [ -z "${OSPROBED}" ] ; then
exit 0
fi
osx_entry {
osx_entry() {
cat << EOF
menuentry "${LONGNAME} (${2}-bit) (on ${DEVICE})" {
EOF