diff options
Diffstat (limited to 'find-requires.in')
-rwxr-xr-x | find-requires.in | 3 |
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 |