* util/grub-install.in: Fix parsing of --grub-mkrelpath= option.

This commit is contained in:
Colin Watson 2010-11-22 13:57:16 +00:00
parent cf8ffc3825
commit 03df09c7c8
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2010-11-22 Colin Watson <cjwatson@debian.org>
* util/grub-install.in: Fix parsing of --grub-mkrelpath= option.
2010-11-22 Colin Watson <cjwatson@ubuntu.com>
* util/grub-install.in: Remove excessive quoting that broke

View File

@ -205,7 +205,7 @@ do
--grub-mkrelpath)
grub_mkrelpath="`argument "$option" "$@"`"; shift;;
--grub-mkimage=*)
--grub-mkrelpath=*)
grub_mkrelpath="`echo "$option" | sed 's/--grub-mkrelpath=//'`" ;;
--grub-mkdevicemap)