aboutsummaryrefslogtreecommitdiffstats
path: root/find-provides.in
diff options
context:
space:
mode:
Diffstat (limited to 'find-provides.in')
-rwxr-xr-xfind-provides.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/find-provides.in b/find-provides.in
index d5e266b..64ad479 100755
--- a/find-provides.in
+++ b/find-provides.in
@@ -13,6 +13,9 @@ rubygemlist=$(echo "$filelist"| egrep "\.gemspec$")
mavenlist=$(echo "$filelist" |egrep '/usr/share/maven-fragments/*')
osgilist=$(echo "$filelist" |egrep "^(.*\.jar|((/usr/lib(64)|/usr/share).*/MANIFEST.MF))")
+# fix parsing output of objdump when localized (mga#7883):
+export LC_ALL=C
+
#
# --- Alpha does not mark 64bit dependencies
case `uname -m` in