aboutsummaryrefslogtreecommitdiffstats
path: root/find-requires.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-requires.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-requires.in')
-rwxr-xr-xfind-requires.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/find-requires.in b/find-requires.in
index ffb23ed..553c34c 100755
--- a/find-requires.in
+++ b/find-requires.in
@@ -165,7 +165,7 @@ fi
#
# --- Perl modules.
[ -x @RPMVENDORDIR@/perl.req -a -n "$perllist" ] && \
- echo $perllist | tr '[:blank:]' \\n | @RPMVENDORDIR@/perl.req | grep 'perl([A-Z]' | egrep -v '^perl\((Be|FreeBSD|HPUX|Mac|MSDOS|MVS|OS2|Riscos|SGI|Solaris|VMS|Win32|WinNT)::' | sort -u
+ echo $perllist | tr '[:blank:]' \\n | @RPMVENDORDIR@/perl.req | grep 'perl([[:upper:]]' | egrep -v '^perl\((Be|FreeBSD|HPUX|Mac|MSDOS|MVS|OS2|Riscos|SGI|Solaris|VMS|Win32|WinNT)::' | sort -u
#
# --- If libperl.so exists and if XS modules are found, depend on libperl.so