mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
7 lines
155 B
Bash
Executable file
7 lines
155 B
Bash
Executable file
#!/bin/sh
|
|
|
|
ar "$@"
|
|
|
|
# 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.
|