+2011-06-24 Alexander Kurtz <kurtz.alex@googlemail.com>
+
+ * util/grub-mkconfig_lib.in: Add missing quotes.
+
2011-06-24 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/kern/emu/getroot.c (grub_guess_root_device): Revert to
# ... or if we can't figure out the abstraction module, for example if
# memberlist fails on an LVM volume group.
- if ${grub_probe} -t abstraction $path > /dev/null 2>&1 ; then : ; else
+ if "${grub_probe}" -t abstraction "$path" > /dev/null 2>&1 ; then : ; else
return 1
fi