aboutsummaryrefslogtreecommitdiff
path: root/sys/boot
diff options
context:
space:
mode:
authorDaniel C. Sobral <dcs@FreeBSD.org>1999-03-15 08:08:20 +0000
committerDaniel C. Sobral <dcs@FreeBSD.org>1999-03-15 08:08:20 +0000
commit3e626fb3c1bfde48836c64b08f3a51b2471a876c (patch)
tree452f43c69ca6ed6c86358be3ec7203ef6e03337a /sys/boot
parent44428f621de9d1c91ed3f6f3e5fa94ef16768d7b (diff)
Notes
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/ficl/softwords/freebsd.fr4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/boot/ficl/softwords/freebsd.fr b/sys/boot/ficl/softwords/freebsd.fr
index 6da771bffbe4c..9ebeacba01cd1 100644
--- a/sys/boot/ficl/softwords/freebsd.fr
+++ b/sys/boot/ficl/softwords/freebsd.fr
@@ -22,7 +22,7 @@
\ ** OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
\ ** SUCH DAMAGE.
\ **
-\ ** $Id: freebsd.fr,v 1.1 1999/02/04 17:13:49 dcs Exp $
+\ ** $Id: freebsd.fr,v 1.2 1999/02/28 02:10:14 dcs Exp $
\ Words for use in scripts:
\ % ignore errors here
@@ -30,7 +30,7 @@
: tib> source >in @ tuck over >in ! - >r + r> ;
: % tib> ['] evaluate catch drop ;
-: $ tib> 2dup type cr ['] evaluate catch throw ;
+: $ tib> 2dup type cr evaluate ;
\ ** E N D F R E E B S D . F R