summaryrefslogtreecommitdiff
path: root/tool/darwin-ar
diff options
context:
space:
mode:
Diffstat (limited to 'tool/darwin-ar')
-rwxr-xr-xtool/darwin-ar2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/darwin-ar b/tool/darwin-ar
index 08e4aadb96..6f2a6ca2ad 100755
--- a/tool/darwin-ar
+++ b/tool/darwin-ar
@@ -1,5 +1,5 @@
#!/bin/bash
exec 2> >(exec grep -v \
- -e 'has no symbols$' \
+ -e ' no symbols$' \
>&2)
exec "$@"