[kde-freebsd] [SVN Commit] area51/Tools/scripts
Raphael Kubo da Costa
rakuco at FreeBSD.org
Sat Jan 16 21:17:17 UTC 2016
SVN commit 11815 by rakuco:
kdediff: Set LC_ALL in some find(1) calls.
FreeBSD 11 has proper collation support. An unexpected consequence is that some
of our calls like
find . -path './[A-Z]*'
now match [a-z] too if one sets LC_ALL to, say, en_US.UTF-8. This looks weird,
but is the proper collation behavior.
Explicitly set LC_ALL to C so that we always get the old behavior and do not
match some files more than once and generate bogus diffs.
M +2 -2 area51
More information about the kde-freebsd
mailing list