standard-system-loader: typo
authorMatt Birkholz <matt@birkholz.chandler.az.us>
Mon, 16 Sep 2013 19:16:32 +0000 (12:16 -0700)
committerMatt Birkholz <matt@birkholz.chandler.az.us>
Mon, 16 Sep 2013 19:16:32 +0000 (12:16 -0700)
src/runtime/option.scm

index e703034a5cc76b5b6bf23ebe78b2d0f4a7943f74..c1992235139a3d5350beca3457a303ac595ec285 100644 (file)
@@ -133,7 +133,7 @@ USA.
        (else value)))
 
 (define (standard-system-loader name)
-  (let ((here (merge-pathnames (directory-pathname name)
+  (let ((here (merge-pathnames (pathname-as-directory name)
                               (directory-pathname (current-load-pathname)))))
     (lambda ()
       (with-working-directory-pathname here (lambda () (load "make"))))))
\ No newline at end of file