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:
7f0eff1
)
runtime/load (standard-library-directory-pathname): Simplify.
author
Matt Birkholz
<matt@birchwood-abbey.net>
Fri, 10 Mar 2017 23:52:09 +0000
(16:52 -0700)
committer
Matt Birkholz
<matt@birchwood-abbey.net>
Fri, 10 Mar 2017 23:52:09 +0000
(16:52 -0700)
src/runtime/load.scm
patch
|
blob
|
history
diff --git
a/src/runtime/load.scm
b/src/runtime/load.scm
index ac023a18432cf6b4d27bcfa1f17774f77cc8068f..a067496435fe1527537f2078b8b3c34bddd0f3b4 100644
(file)
--- a/
src/runtime/load.scm
+++ b/
src/runtime/load.scm
@@
-433,10
+433,7
@@
USA.
(thunk)))))))
(define (standard-library-directory-pathname)
- (let ((d (system-library-directory-pathname "lib")))
- (if d
- (pathname-new-directory d (except-last-pair (pathname-directory d)))
- (last library-directory-path))))
+ (last library-directory-path))
(define (pathname->standard-uri pathname)
(let ((uri