Don't use my private "$bscm" environment variable in public code.
authorChris Hanson <org/chris-hanson/cph>
Tue, 29 May 2001 20:08:59 +0000 (20:08 +0000)
committerChris Hanson <org/chris-hanson/cph>
Tue, 29 May 2001 20:08:59 +0000 (20:08 +0000)
v7/src/imail/imail.pkg

index 34551f24bd270cd5a2f5d83e5a304432b43601d0..3421d9b718e0e92cf7ba2792190e642ef1b227ef 100644 (file)
@@ -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")