This one works correctly for programs failing to translate.

This commit is contained in:
em 1985-07-26 17:04:31 +00:00
parent 1c5cb87985
commit 478209a840
2 changed files with 8 additions and 4 deletions

View file

@ -1,2 +1,4 @@
${MACH?} -I../../../h ${MACHFL?} $1 1>&2 if ${MACH?ack} -I../../../h ${MACHFL?} $1 1>&2
echo `basename $1 $2`.o then echo `basename $1 $2`.o
else rm -f `basename $1 $2`.o
fi

View file

@ -1,2 +1,4 @@
${MACH?} -I../../../h ${MACHFL?} $1 1>&2 if ${MACH?ack} -I../../../h ${MACHFL?} $1 1>&2
echo `basename $1 $2`.o then echo `basename $1 $2`.o
else rm -f `basename $1 $2`.o
fi