aboutsummaryrefslogtreecommitdiffstats
path: root/find-provides.in
diff options
context:
space:
mode:
authorOlivier Thauvin <nanardon@mandriva.org>2007-01-24 23:35:22 +0000
committerOlivier Thauvin <nanardon@mandriva.org>2007-01-24 23:35:22 +0000
commit9cffd9337da043e3282fc5f8ace52e74311007e6 (patch)
tree594747ade3887aa94d5a6338946a54b4a14fc631 /find-provides.in
parent30d3a9bef357e0df9ee2e10b50fef2e4ccff9fee (diff)
downloadrpm-setup-9cffd9337da043e3282fc5f8ace52e74311007e6.tar
rpm-setup-9cffd9337da043e3282fc5f8ace52e74311007e6.tar.gz
rpm-setup-9cffd9337da043e3282fc5f8ace52e74311007e6.tar.bz2
rpm-setup-9cffd9337da043e3282fc5f8ace52e74311007e6.tar.xz
rpm-setup-9cffd9337da043e3282fc5f8ace52e74311007e6.zip
- replace grep A-Z by :upper: to fix matching when using utf8 locales (#23724)
Diffstat (limited to 'find-provides.in')
-rwxr-xr-xfind-provides.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/find-provides.in b/find-provides.in
index 3f93304..c593d3c 100755
--- a/find-provides.in
+++ b/find-provides.in
@@ -46,7 +46,7 @@ done | sort -u
#
# --- Perl modules.
[ -x @RPMVENDORDIR@/perl.prov ] &&
- echo "$filelist" | tr '[:blank:]' \\n | @RPMVENDORDIR@/perl.prov | grep 'perl([A-Z]' | sort -u
+ echo "$filelist" | tr '[:blank:]' \\n | @RPMVENDORDIR@/perl.prov | grep 'perl([[:upper:]]' | sort -u
#
# --- Python modules.