compmodule 90 B

123456
  1. if ${MACH?} -I../../../h ${MACHFL?} $1 1>&2
  2. then
  3. echo `basename $1 $2`.m
  4. else
  5. exit 1
  6. fi