mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-18 21:29:19 +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))))
|
||||
(else (process->sexp
|
||||
'(chibi-scheme -q -p "(current-module-path)"))))))
|
||||
(lib-dir (find (lambda (d) (and (equal? (string-ref d 0) #\/)
|
||||
(string-contains d "/lib")))
|
||||
(lib-dir (find (lambda (d)
|
||||
(and (equal? (string-ref d 0) #\/)
|
||||
(string-contains d "/lib")))
|
||||
dirs)))
|
||||
(if lib-dir
|
||||
(cons lib-dir (delete lib-dir dirs))
|
||||
|
|
Loading…
Add table
Reference in a new issue