Fix missing /

This commit is contained in:
Peter Jones 2012-05-21 16:29:26 -04:00
parent efff1af3f2
commit bc70a6617c

View File

@ -22,7 +22,7 @@ index 185230c..26481c6 100644
+ { + {
+ char *fw_path; + char *fw_path;
+ +
+ fw_path = grub_xasprintf ("(%s)%s", fwdevice, fwpath); + fw_path = grub_xasprintf ("(%s)/%s", fwdevice, fwpath);
+ if (fw_path) + if (fw_path)
+ { + {
+ grub_env_set ("fw_path", fw_path); + grub_env_set ("fw_path", fw_path);