blob: 94f99ba9fddaaf16f4a0992321796e1ba17f94cd [file] [log] [blame]
#!/bin/sh
ar "$@"
case "`uname`" in
Darwin)
ranlib -c $2
;;
esac