]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* util/grub-install.in: Remove excessive quoting that broke
authorColin Watson <cjwatson@ubuntu.com>
Mon, 22 Nov 2010 12:20:57 +0000 (12:20 +0000)
committerColin Watson <cjwatson@ubuntu.com>
Mon, 22 Nov 2010 12:20:57 +0000 (12:20 +0000)
installations to RAID devices.

ChangeLog
util/grub-install.in

index 8b98c1a4f53c3e9faea0abaf576b3833242450c1..9782c205c719b5ff8806ac50b334574ded4e74a1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-11-22  Colin Watson  <cjwatson@ubuntu.com>
+
+       * util/grub-install.in: Remove excessive quoting that broke
+       installations to RAID devices.
+
 2010-11-19  Vladimir Serbinenko  <phcoder@gmail.com>
 
        * grub-core/loader/i386/linux.c (grub_cmd_linux): Pass correctly the
index 00ad3fde46e7232891c504401365962f9935025b..ec210b30992a45e7accce2b8bf4a6b50b6e42e79 100644 (file)
@@ -473,7 +473,7 @@ fi
 # this command is allowed to fail (--target=fs already grants us that the
 # filesystem will be accessible).
 partmap_module=
-for x in "`"$grub_probe" --device-map="${device_map}" --target=partmap --device "${grub_device}" 2> /dev/null`"; do
+for x in `"$grub_probe" --device-map="${device_map}" --target=partmap --device "${grub_device}" 2> /dev/null`; do
    case "$x" in
        netbsd | openbsd) 
           partmap_module="$partmap_module part_bsd";;