Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 532 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 532 Bytes

FSEvents buggy directories search tool

As per rb-fsevent issue #10, this tool tries to find directories that cause realpath to report incorrect case.

Usage:

find-fsevents-bugs $HOME

Building

Clone this Git repository, then run make:

git clone git://github.com/andreyvit/find-fsevents-bugs.git
cd find-fsevents-bugs
make
./find-fsevents-bugs $HOME

You need to have Xcode installed for the build to work.