From: Chris Hanson Date: Mon, 30 Apr 2001 02:45:59 +0000 (+0000) Subject: Fix bug: previous loader depended on MITSCHEME_INF_DIRECTORY being X-Git-Tag: 20090517-FFI~2855 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=2d12fae1678e497fc4a92bd73ad8260fc2b8db83;p=mit-scheme.git Fix bug: previous loader depended on MITSCHEME_INF_DIRECTORY being set. I used to set this and didn't notice, but these days I don't set it. --- diff --git a/v7/src/etc/optiondb.scm b/v7/src/etc/optiondb.scm index 61c63b84e..a486e842f 100644 --- a/v7/src/etc/optiondb.scm +++ b/v7/src/etc/optiondb.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: optiondb.scm,v 1.6 2001/04/30 02:44:35 cph Exp $ +$Id: optiondb.scm,v 1.7 2001/04/30 02:45:59 cph Exp $ Copyright (c) 2000-2001 Massachusetts Institute of Technology @@ -33,8 +33,7 @@ USA. (list d) '())) "/usr/local/scheme/linux" - "/scheme/v7/linux") - (cons here))) + "/scheme/v7/linux"))) (files (if (default-object? filename) (list "make" "load")