2009-12-22 Felix Zielcke <fzielcke@z-51.de>

* util/grub.d/30_os-prober.in (osx_entry): Remove non POSIX compliant
	`function' keyword.
	Patch by Tony Mancill <tmancill@debian.org>.
This commit is contained in:
Felix Zielcke 2009-12-22 10:35:04 +01:00
parent 11d1828177
commit 82000aa2b2
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): Remove non POSIX compliant
`function' keyword.
Patch by Tony Mancill <tmancill@debian.org>.
2009-12-22 Vladimir Serbinenko <phcoder@gmail.com>
* bus/usb/uhci.c (grub_uhci_transfer): Set a limit transaction time.

View File

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