Bug#562055: grub-common: Bashism in /etc/grub.d/30_os-prober

2009-12-22 Thread Thomas Preud'homme
Package: grub-common Version: 1.98~20091221-1 Severity: grave Tags: patch Justification: renders package unusable Line 40 function osx_entry is defined as followed : function osx_entry { This is a bashism and should be corrected to osx_entry() { --- etc/grub.d/30_os-prober 2009-12-21

Bug#562055: grub-common: Bashism in /etc/grub.d/30_os-prober

2009-12-22 Thread Felix Zielcke
forcemerge 562055 562054 thanks Am Dienstag, den 22.12.2009, 10:56 +0100 schrieb Thomas Preud'homme: Package: grub-common Version: 1.98~20091221-1 Severity: grave Tags: patch Justification: renders package unusable Line 40 function osx_entry is defined as followed : function osx_entry {