From ccc026e5c8921f3ff3a0747a85856e3facfb5409 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Tue, 29 May 2001 20:08:59 +0000 Subject: [PATCH] Don't use my private "$bscm" environment variable in public code. --- v7/src/imail/imail.pkg | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/v7/src/imail/imail.pkg b/v7/src/imail/imail.pkg index 34551f24b..3421d9b71 100644 --- a/v7/src/imail/imail.pkg +++ b/v7/src/imail/imail.pkg @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: imail.pkg,v 1.83 2001/05/26 02:58:30 cph Exp $ +;;; $Id: imail.pkg,v 1.84 2001/05/29 20:08:59 cph Exp $ ;;; ;;; Copyright (c) 2000-2001 Massachusetts Institute of Technology ;;; @@ -21,9 +21,9 @@ ;;;; IMAIL mail reader: packaging -(global-definitions "$bscm/runtime/runtime") -(global-definitions "$bscm/sos/sos") -(global-definitions "$bscm/edwin/edwinunx") +(global-definitions "../runtime/runtime") +(global-definitions "../sos/sos") +(global-definitions "../edwin/edwinunx") (define-package (edwin imail rexp) (files "rexp") -- 2.25.1