--- mitgcm.org/scripts/check_outp 2015/06/13 16:27:20 1.44 +++ mitgcm.org/scripts/check_outp 2015/12/16 23:29:11 1.45 @@ -1,6 +1,6 @@ #! /usr/bin/env bash -# $Header: /home/ubuntu/mnt/e9_copy/mitgcm.org/scripts/check_outp,v 1.44 2015/06/13 16:27:20 jmc Exp $ +# $Header: /home/ubuntu/mnt/e9_copy/mitgcm.org/scripts/check_outp,v 1.45 2015/12/16 23:29:11 jmc Exp $ # # The purpose of this script is to compare # the latest output with the previous one (from the same platform with @@ -562,7 +562,7 @@ if test $OUTPFIL = "TTT.$$" ; then rm -f $OUTPFIL ; fi if test "x$ADDRESS" != 'xnone' ; then echo ".. send $OUTPSUM to $ADDRESS" - mail -s $OUTPSUM $ADDRESS < $OUTPSUM + mail -s 'check_outp summary' $ADDRESS < $OUTPSUM fi echo ".. cat $OUTPSUM" cat $OUTPSUM