portable ar.

This commit is contained in:
rsc 2003-11-24 22:40:36 +00:00
parent 912fba95e7
commit 8b6a5e678a

9
bin/9ar Executable file
View file

@ -0,0 +1,9 @@
#!/bin/sh
ar "$@"
case "`uname`" in
Darwin)
ranlib -c $2
;;
esac