mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-24 11:41:58 +00:00
portable ar.
This commit is contained in:
parent
912fba95e7
commit
8b6a5e678a
1 changed files with 9 additions and 0 deletions
9
bin/9ar
Executable file
9
bin/9ar
Executable file
|
@ -0,0 +1,9 @@
|
|||
#!/bin/sh
|
||||
|
||||
ar "$@"
|
||||
case "`uname`" in
|
||||
Darwin)
|
||||
ranlib -c $2
|
||||
;;
|
||||
esac
|
||||
|
Loading…
Reference in a new issue