Set the working directory when loading this file.
authorChris Hanson <org/chris-hanson/cph>
Tue, 26 Oct 1999 20:51:25 +0000 (20:51 +0000)
committerChris Hanson <org/chris-hanson/cph>
Tue, 26 Oct 1999 20:51:25 +0000 (20:51 +0000)
v7/src/rcs/make.scm

index d3b3d82a1d02d264811d26cee8292b328f94861c..63247a72d7030ec95ba2e82d21117ad6dd4d7cef 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: make.scm,v 1.4 1999/01/02 06:11:34 cph Exp $
+$Id: make.scm,v 1.5 1999/10/26 20:51:25 cph Exp $
 
 Copyright (c) 1988, 1991, 1999 Massachusetts Institute of Technology
 
@@ -24,5 +24,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 (declare (usual-integrations))
 
 (load-option 'hash-table)
-(package/system-loader "rcs" '() 'QUERY)
+(with-working-directory-pathname (directory-pathname (current-load-pathname))
+  (lambda ()
+    (package/system-loader "rcs" '() 'QUERY)))
 (add-identification! "RCS" 2 1)
\ No newline at end of file