* util/grub-install.in: Fix parsing of --grub-mkrelpath= option.
This commit is contained in:
parent
cf8ffc3825
commit
03df09c7c8
2 changed files with 5 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue