patch-util_grub-install_in 529 B

1234567891011
  1. --- grub-1.98.orig/util/grub-install.in 2010-03-06 21:51:37.000000000 +0100
  2. +++ grub-1.98/util/grub-install.in 2010-06-26 21:16:50.031158562 +0200
  3. @@ -306,7 +306,7 @@ config_opt=
  4. if [ "x${devabstraction_module}" = "x" ] ; then
  5. if [ x"${install_device}" != x ]; then
  6. - if echo "${install_device}" | grep -qx "(.*)" ; then
  7. + if echo "${install_device}" | grep -q "(.*)" ; then
  8. install_drive="${install_device}"
  9. else
  10. install_drive="`$grub_probe --target=drive --device ${install_device}`"