From 4925dc501113ebc62661ead4a743d3457da10906 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 23 Oct 2012 23:16:57 +0000 Subject: set LC_ALL=C in find-{provides,requires}, thus fixing parsing output of objdump when localized (mga#7883) --- find-requires.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'find-requires.in') 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 -- cgit v1.2.1