aboutsummaryrefslogtreecommitdiffstats
path: root/find-requires.in
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-10-23 23:16:57 +0000
committerThierry Vignaud <tv@mageia.org>2012-10-23 23:16:57 +0000
commit4925dc501113ebc62661ead4a743d3457da10906 (patch)
tree00b32c11f425accde98e2149cd56406da2611014 /find-requires.in
parent51aad4e2c1887d305f7af951989068d59b724f27 (diff)
downloadrpm-setup-4925dc501113ebc62661ead4a743d3457da10906.tar
rpm-setup-4925dc501113ebc62661ead4a743d3457da10906.tar.gz
rpm-setup-4925dc501113ebc62661ead4a743d3457da10906.tar.bz2
rpm-setup-4925dc501113ebc62661ead4a743d3457da10906.tar.xz
rpm-setup-4925dc501113ebc62661ead4a743d3457da10906.zip
set LC_ALL=C in find-{provides,requires}, thus fixing parsing output of
objdump when localized (mga#7883)
Diffstat (limited to 'find-requires.in')
-rwxr-xr-xfind-requires.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/find-requires.in b/find-requires.in
index 4ddbf59..1e76523 100755
--- a/find-requires.in
+++ b/find-requires.in
@@ -7,6 +7,9 @@
ulimit -c 0
+# fix parsing output of objdump when localized (mga#7883):
+export LC_ALL=C
+
#
# --- Set needed to 0 for traditional find-requires behavior.
needed=1