]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* util/grub-install.in: Fix parsing of --grub-mkrelpath= option.
authorColin Watson <cjwatson@ubuntu.com>
Mon, 22 Nov 2010 13:57:16 +0000 (13:57 +0000)
committerColin Watson <cjwatson@ubuntu.com>
Mon, 22 Nov 2010 13:57:16 +0000 (13:57 +0000)
ChangeLog
util/grub-install.in

index 9782c205c719b5ff8806ac50b334574ded4e74a1..14fa1a1c508e2dd0ca20731bf4554fcfb997a6c6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index ec210b30992a45e7accce2b8bf4a6b50b6e42e79..b9e833360b790a5e44b451591c34b4116e3ea35e 100644 (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)