Update of bug #30327 (project findutils):

                  Status:                    None => Invalid                
             Assigned to:                    None => ericb                  

    _______________________________________________________

Follow-up Comment #1:

Not a bug, but a function of your current locale.  For more details, see FAQ
E9 in the bash FAQ: 
http://tiswww.case.edu/php/chet/bash/FAQ

Either set LC_ALL=C in your environment (technically, LC_COLLATE=C is
sufficient, but then you have to guarantee that LC_CTYPE is compatible), or
use [[:upper:]] and [[:lower:]] instead of [A-Z] and [a-z] for proper locale
case-sensitive regexes in your current locale.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?30327>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/


Reply via email to