mirror of
https://src.fedoraproject.org/rpms/grub2.git
synced 2024-11-24 14:32:58 +00:00
Fix missing /
This commit is contained in:
parent
efff1af3f2
commit
bc70a6617c
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ index 185230c..26481c6 100644
|
|||
+ {
|
||||
+ char *fw_path;
|
||||
+
|
||||
+ fw_path = grub_xasprintf ("(%s)%s", fwdevice, fwpath);
|
||||
+ fw_path = grub_xasprintf ("(%s)/%s", fwdevice, fwpath);
|
||||
+ if (fw_path)
|
||||
+ {
|
||||
+ grub_env_set ("fw_path", fw_path);
|
||||
|
|
Loading…
Reference in a new issue