Squashed 'cde/programs/dtksh/ksh93/' content from commit 66e1d4464

git-subtree-dir: cde/programs/dtksh/ksh93
git-subtree-split: 66e1d446429543be0f9d47d9364e472932dc53f1
This commit is contained in:
Jon Trulson
2021-06-26 14:53:01 -06:00
commit c9b8687604
1269 changed files with 369117 additions and 0 deletions

6
src/cmd/INIT/ar.linux.i386-64 Executable file
View File

@@ -0,0 +1,6 @@
: linux.i386-64 ar wrapper
case $1 in
*x*) /usr/bin/ar "$@" ;;
*) /usr/bin/ar U"$@" ;;
esac