From: Chris Hanson Date: Mon, 16 Oct 2000 18:25:36 +0000 (+0000) Subject: Fix typo. X-Git-Tag: 20090517-FFI~3259 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=49327f41a7881ffc50c2aa8d05daa4842de87ac5;p=mit-scheme.git Fix typo. --- diff --git a/v7/src/etc/bootstrap-compile.scm b/v7/src/etc/bootstrap-compile.scm index 9a5e763c9..b61005d08 100644 --- a/v7/src/etc/bootstrap-compile.scm +++ b/v7/src/etc/bootstrap-compile.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: bootstrap-compile.scm,v 1.3 2000/10/16 18:24:03 cph Exp $ +$Id: bootstrap-compile.scm,v 1.4 2000/10/16 18:25:36 cph Exp $ Copyright (c) 2000 Massachusetts Institute of Technology @@ -21,7 +21,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. (begin (sf "microcode/utabmd") - (with-working-directory-pathname name + (with-working-directory-pathname "cref" (lambda () (load "cref.sf") (load "cref.cbf")))