svn commit: r332272 - head/stand/forth

Toomas Soome tsoome at FreeBSD.org
Sun Apr 8 11:55:28 UTC 2018


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


More information about the svn-src-all mailing list