projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1bdcf7
)
Downcase more symbols and constants.
author
Chris Hanson
<org/chris-hanson/cph>
Mon, 2 Apr 2018 00:38:03 +0000
(17:38 -0700)
committer
Chris Hanson
<org/chris-hanson/cph>
Mon, 2 Apr 2018 00:38:03 +0000
(17:38 -0700)
src/etc/optiondb.scm
patch
|
blob
|
history
diff --git
a/src/etc/optiondb.scm
b/src/etc/optiondb.scm
index 3938d8aeb868bb71054fb4e308080808e1bfb994..19db05a4d88e5813926401bda2b6f2a2784b3645 100644
(file)
--- a/
src/etc/optiondb.scm
+++ b/
src/etc/optiondb.scm
@@
-57,7
+57,7
@@
USA.
(lambda (dir pathname)
(with-working-directory-pathname dir
(lambda ()
- (load pathname '(
RUNTIME
))))))
+ (load pathname '(
runtime
))))))
(lose (lambda () (error "Unable to find package directory:" place))))
(lambda ()
(if (not (name->package package-name))