coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: compromise for case-challenged file systems?


From: Jim Meyering
Subject: Re: compromise for case-challenged file systems?
Date: Sun, 17 May 2015 15:16:16 -0700

On Sun, May 17, 2015 at 7:48 AM, Pádraig Brady <address@hidden> 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?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]