corrected somewhat

This commit is contained in:
ceriel 1988-04-19 10:33:07 +00:00
parent d5b7752fdb
commit e9f4f7498c

View file

@ -1,4 +1,4 @@
if minixST -c -L -LIB -DATARI_ST -DACK $1 1>&2
if minixST -c -L -LIB $1 1>&2
then echo `basename $1 $2`.o
else exit 1
fi