aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel C. Sobral <dcs@FreeBSD.org>1999-02-28 02:12:00 +0000
committerDaniel C. Sobral <dcs@FreeBSD.org>1999-02-28 02:12:00 +0000
commit04f247242131996e3de4fe085d239259d5e58399 (patch)
treef05ea879e4473b824596670b4f31f29ba07c6fe7
parent6f5e8854f07fcae4d2e45c51761c893602b7316b (diff)
Notes
-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 bbe8b203787e..658f87d445d5 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.1.2.1 1999/02/06 14:27:46 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 ['] evaluate catch throw ;
+: $ tib> 2dup type cr ['] evaluate catch throw ;
\ ** E N D F R E E B S D . F R