On Sun, May 17, 2015 at 7:48 AM, Pádraig Brady <[email protected]> wrote: > -sc_case_insensitive_file_names: > - @git ls-files | sort -f | $(srcdir)/src/uniq -Di | grep . && \ > +sc_case_insensitive_file_names: src/uniq > + @git ls-files | sort -f | src/uniq -Di | grep . && \
Looks good. Thanks! Is there a reason not to prefix "sort" as "src/sort", as is done with uniq?
