From: Guillermo J. Rozas Date: Tue, 3 Mar 1992 23:24:39 +0000 (+0000) Subject: Add 700 directory defaults so that sources can be found. X-Git-Tag: 20090517-FFI~9628 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=44f4b198d051430192af79fc155c77354cfed4a1;p=mit-scheme.git Add 700 directory defaults so that sources can be found. --- diff --git a/v7/src/runtime/site.scm.unix b/v7/src/runtime/site.scm.unix index 64fc2fcac..ca2cfb36b 100644 --- a/v7/src/runtime/site.scm.unix +++ b/v7/src/runtime/site.scm.unix @@ -1,8 +1,8 @@ #| -*-Scheme-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/site.scm.unix,v 1.7 1991/08/22 01:00:44 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/site.scm.unix,v 1.8 1992/03/03 23:24:39 jinx Exp $ -Copyright (c) 1988-1991 Massachusetts Institute of Technology +Copyright (c) 1988-1992 Massachusetts Institute of Technology This material was developed by the Scheme project at the Massachusetts Institute of Technology, Department of Electrical Engineering and @@ -67,5 +67,8 @@ MIT in each case. |# "/scheme/800/" "/altdorf/scheme/800" "/nfs/altdorf/root/scheme/800/" + "/scheme/700/" + "/altdorf/scheme/700" + "/nfs/altdorf/root/scheme/700/" "/scheme/SONY/" "/nfs/altdorf/root/scheme/SONY/"))) \ No newline at end of file