#5143 ./pants list :: is case sensitive on case-insensitive filesystems
Issue created by mosesn
git doesn't handle case-insensitive filesystems well, so if you accidentally end up with an incorrectly capitalized directory that was later fixed, it won't get fixed locally. This means that ./pants list :: will fail and say there's no BUILD file in that location, even though it's actually there.
pantsbuild/pants