plan9port/bin/9ar

8 lines
155 B
Text
Raw Permalink Normal View History

2003-11-24 22:40:36 +00:00
#!/bin/sh
ar "$@"
2007-11-05 16:27:14 +00:00
# We used to run ranlib if uname = Darwin,
# but the mkfiles now pass the s flag to 9ar,
# so ranlib should be unnecessary even there.