*** empty log message ***

This commit is contained in:
ceriel 1987-01-19 10:53:45 +00:00
parent bd56763235
commit 08ca9ba4a4
2 changed files with 8 additions and 4 deletions

View file

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

View file

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