mirror of
https://git.proxmox.com/git/grub2
synced 2025-05-19 17:43:17 +00:00
* util/grub-install.in: Fix parsing of --grub-mkrelpath= option.
This commit is contained in:
parent
cf8ffc3825
commit
03df09c7c8
@ -1,3 +1,7 @@
|
||||
2010-11-22 Colin Watson <cjwatson@debian.org>
|
||||
|
||||
* util/grub-install.in: Fix parsing of --grub-mkrelpath= option.
|
||||
|
||||
2010-11-22 Colin Watson <cjwatson@ubuntu.com>
|
||||
|
||||
* util/grub-install.in: Remove excessive quoting that broke
|
||||
|
@ -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…
Reference in New Issue
Block a user