]> git.proxmox.com Git - grub2.git/commitdiff
2009-12-22 Felix Zielcke <fzielcke@z-51.de>
authorFelix Zielcke <fzielcke@z-51.de>
Tue, 22 Dec 2009 09:35:04 +0000 (10:35 +0100)
committerFelix Zielcke <fzielcke@z-51.de>
Tue, 22 Dec 2009 09:35:04 +0000 (10:35 +0100)
* util/grub.d/30_os-prober.in (osx_entry): Remove non POSIX compliant
`function' keyword.
Patch by Tony Mancill <tmancill@debian.org>.

ChangeLog
util/grub.d/30_os-prober.in

index 343ae35dfcf7eafe3da1b5f6f4ad4ad646da502c..b81bf53cf0dcfa77ca892cc7aa4ae844bbcb727b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index a8662b63d2af6ce5ac5197ce73ddb03ac795f64a..0ab54bbaad9d06222af0046f0f98d436e02216b8 100644 (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