Initial import of the CDE 2.1.30 sources from the Open Group.
[oweals/cde.git] / cde / config / util / crayar.sh
1 #!/bin/sh
2 lib=$1
3 shift
4 if cray2; then
5         bld cr $lib `lorder $* | tsort`
6 else
7         ar clq $lib $*
8 fi
9