mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-24 06:54:13 +00:00
10 lines
166 B
Text
10 lines
166 B
Text
: stupid stupid stupid to require a non-standard option for ar to work : 2009-10-06 :
|
|||
|
|||
op=$1
|
|||
shift
|
|||
case $op in
|
|||
-*) ;;
|
|||
*) op=-$op ;;
|
|||
esac
|
|||
/usr/bin/ar -Xany "$op" "$@"
|