From 88b736849ebcbafac5328154e9a131a8237849b2 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Sat, 4 Nov 1995 05:58:44 +0000 Subject: [PATCH] Fix typo. --- v7/src/edwin/edwin.sf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/src/edwin/edwin.sf b/v7/src/edwin/edwin.sf index 6c5faa721..915b523cb 100644 --- a/v7/src/edwin/edwin.sf +++ b/v7/src/edwin/edwin.sf @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: edwin.sf,v 1.16 1995/10/31 23:52:57 cph Exp $ +;;; $Id: edwin.sf,v 1.17 1995/11/04 05:58:44 cph Exp $ ;;; ;;; Copyright (c) 1991-95 Massachusetts Institute of Technology ;;; @@ -55,7 +55,7 @@ (if (not (name->package '(EDWIN))) (begin - (if (not (file-exists? "edwin.bco")) + (if (not (file-exists? (pathname-new-type package-name "bco"))) (begin ((access cref/generate-trivial-constructor (->environment '(CROSS-REFERENCE))) -- 2.25.1