summaryrefslogtreecommitdiff
path: root/tool/darwin-ar
blob: 08e4aadb964dbe657c05985d999dc3225c340c7b (plain)
1
2
3
4
5
#!/bin/bash
exec 2> >(exec grep -v \
  -e 'has no symbols$' \
  >&2)
exec "$@"