mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-18 21:29:19 +02:00
typo s/df/fd (fixes #861)
This commit is contained in:
parent
95827a44ed
commit
e88374aae1
1 changed files with 1 additions and 1 deletions
|
@ -196,7 +196,7 @@
|
|||
|
||||
(define (close-file-descriptors-in-range lo hi)
|
||||
(cond
|
||||
((find file-directory? '("/proc/self/fd" "/dev/df"))
|
||||
((find file-directory? '("/proc/self/fd" "/dev/fd"))
|
||||
=> (lambda (dir)
|
||||
(for-each
|
||||
(lambda (file)
|
||||
|
|
Loading…
Add table
Reference in a new issue