diff --git a/lib/chibi/filesystem.scm b/lib/chibi/filesystem.scm index d4a23a7a..a07ac59c 100644 --- a/lib/chibi/filesystem.scm +++ b/lib/chibi/filesystem.scm @@ -50,6 +50,7 @@ ((file-directory? file) (let ((d (opendir file))) (if (not d) + acc (let lp ((acc acc)) (let ((e (readdir d))) (cond