mirror of
https://github.com/jekyll/jekyll.git
synced 2026-01-31 01:38:24 -05:00
Previous method caused a problem where the calling Dir.chdir to get the next directory's entries would cause the infamous 'Too many open files - getcwd' error. Fixes #2279.