mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-19 13:49:17 +02:00
fix indentation
This commit is contained in:
parent
a2daa155e8
commit
70acbf5a08
1 changed files with 3 additions and 2 deletions
|
@ -1383,8 +1383,9 @@
|
||||||
(chibi (eval '(current-module-path) (environment '(chibi))))
|
(chibi (eval '(current-module-path) (environment '(chibi))))
|
||||||
(else (process->sexp
|
(else (process->sexp
|
||||||
'(chibi-scheme -q -p "(current-module-path)"))))))
|
'(chibi-scheme -q -p "(current-module-path)"))))))
|
||||||
(lib-dir (find (lambda (d) (and (equal? (string-ref d 0) #\/)
|
(lib-dir (find (lambda (d)
|
||||||
(string-contains d "/lib")))
|
(and (equal? (string-ref d 0) #\/)
|
||||||
|
(string-contains d "/lib")))
|
||||||
dirs)))
|
dirs)))
|
||||||
(if lib-dir
|
(if lib-dir
|
||||||
(cons lib-dir (delete lib-dir dirs))
|
(cons lib-dir (delete lib-dir dirs))
|
||||||
|
|
Loading…
Add table
Reference in a new issue