]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
2009-12-22 Felix Zielcke <fzielcke@z-51.de>
authorFelix Zielcke <fzielcke@z-51.de>
Tue, 22 Dec 2009 11:02:57 +0000 (12:02 +0100)
committerFelix Zielcke <fzielcke@z-51.de>
Tue, 22 Dec 2009 11:02:57 +0000 (12:02 +0100)
* util/grub.d/30_os-prober.in (osx_entry): Add round brackets
after function name.
Noticed by Rene Engelhard <rene@debian.org>.

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

index c041a685c17dfc1683367871116eb7e91264e40f..e0464e965aebfaa404d09f206fb89f7b3e4886f5 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): 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".
index 0ab54bbaad9d06222af0046f0f98d436e02216b8..38c96f9f876538ee59f0fe861d5549cb53e6ecbd 100644 (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