summaryrefslogtreecommitdiff
path: root/tool/darwin-ar
blob: 8b25425cfef759e94d79d4e12d00b8d4330a2ade (plain)
1
2
3
4
5
6
#!/bin/bash
export LANG=C LC_ALL=C # Suppress localication
exec 2> >(exec grep -v \
  -e ' no symbols$' \
  >&2)
exec "$@"