summaryrefslogtreecommitdiff
path: root/tool/darwin-ar
diff options
context:
space:
mode:
Diffstat (limited to 'tool/darwin-ar')
-rwxr-xr-xtool/darwin-ar1
1 files changed, 1 insertions, 0 deletions
diff --git a/tool/darwin-ar b/tool/darwin-ar
index 6f2a6ca2ad..8b25425cfe 100755
--- a/tool/darwin-ar
+++ b/tool/darwin-ar
@@ -1,4 +1,5 @@
#!/bin/bash
+export LANG=C LC_ALL=C # Suppress localication
exec 2> >(exec grep -v \
-e ' no symbols$' \
>&2)