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  


_______________________________________________
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information

Reply via email to