]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
2009-07-28 Felix Zielcke <fzielcke@z-51.de>
authorfzielcke <fzielcke@localhost>
Tue, 28 Jul 2009 18:32:28 +0000 (18:32 +0000)
committerfzielcke <fzielcke@localhost>
Tue, 28 Jul 2009 18:32:28 +0000 (18:32 +0000)
* util/i386/pc/grub-install: Fix parsing of --disk-module
option.

ChangeLog
util/i386/pc/grub-install.in

index 2f83512a3071aa7ffaf17d4fc9d18508e2e63b6e..e4ec9862a4e084770bcfb5dd9f9ef784cc167b81 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-07-28  Felix Zielcke  <fzielcke@z-51.de>
+
+       * util/i386/pc/grub-install: Fix parsing of --disk-module
+       option.
+
 2009-07-28  Felix Zielcke  <fzielcke@z-51.de>
 
        * util/i386/pc/grub-setup.c (setup): Fix 2 incorrect checks
index 5c3ffcdde32be87e9cde601ecbd224c34063109f..8ceb811ddc61caaa461a47f0b629bafdbffbef55 100644 (file)
@@ -119,7 +119,7 @@ for option in "$@"; do
        recheck=yes ;;
     --disk-module=*)
        if [ "${target_cpu}-${platform}" = "i386-pc" ] ; then
-           disk_module=`echo "$option" | sed 's/--disk-module//'`
+           disk_module=`echo "$option" | sed 's/--disk-module=//'`
         fi ;;
     # This is an undocumented feature...
     --debug)