mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Slight not-exactly-bug-but-useful-as-example-code fix.
This commit is contained in:
parent
c4b16f49fc
commit
b2b94bb502
1 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
\ Example of the file which is automatically loaded by /boot/loader
|
||||
\ on startup.
|
||||
\ $Id: boot.4th,v 1.1 1998/12/22 12:15:45 abial Exp $
|
||||
\ $Id: loader.rc,v 1.1 1999/05/14 18:06:27 dcs Exp $
|
||||
|
||||
cr .( Loading Forth extensions:)
|
||||
|
||||
|
|
@ -26,7 +26,7 @@ s" /boot/menuconf.4th" fopen dup fload fclose
|
|||
\ Initialize loader.4th stuff
|
||||
|
||||
cr cr .( Initializing loader.4th...)
|
||||
initialize
|
||||
initialize drop
|
||||
|
||||
\ Show the menu
|
||||
cr
|
||||
|
|
|
|||
Loading…
Reference in a new issue