*** empty log message ***

This commit is contained in:
ceriel
1987-01-30 19:58:55 +00:00
parent ab6941e0a6
commit d5f5cd09aa
4 changed files with 12 additions and 6 deletions

View File

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