Author: tsoome
Date: Sun Apr  8 11:55:27 2018
New Revision: 332272
URL: https://svnweb.freebsd.org/changeset/base/332272

Log:
  loader: 332270 did use wrong path for efi.4th
  
  The correct  path is still /boot/efi.4th

Modified:
  head/stand/forth/loader.4th

Modified: head/stand/forth/loader.4th
==============================================================================
--- head/stand/forth/loader.4th Sun Apr  8 11:50:06 2018        (r332271)
+++ head/stand/forth/loader.4th Sun Apr  8 11:55:27 2018        (r332272)
@@ -47,7 +47,7 @@ include /boot/color.4th
 include /boot/delay.4th
 include /boot/check-password.4th
 s" efi-version" getenv? [if]
-       include /boot/forth/efi.4th
+       include /boot/efi.4th
 [then]
 
 only forth definitions
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to