--- mitgcm.org/front_content/make_summary 2023/05/30 04:39:17 1.89 +++ mitgcm.org/front_content/make_summary 2024/01/03 00:37:19 1.90 @@ -1,6 +1,6 @@ #! /usr/bin/env bash -# $Header: /home/ubuntu/mnt/e9_copy/mitgcm.org/front_content/make_summary,v 1.89 2023/05/30 04:39:17 jmc Exp $ +# $Header: /home/ubuntu/mnt/e9_copy/mitgcm.org/front_content/make_summary,v 1.90 2024/01/03 00:37:19 jmc Exp $ # # The purpose of this script is to create HTML summaries of the # directories produced by the "parse_emails" script. @@ -159,7 +159,7 @@ MTH=0 UR4=0 if test -r $dir/summary.txt ; then - TAPENAD=`grep -c ' Tapenade$' $dir/summary.txt` + TAPENAD=`grep -c ' generated by Tapenade' $dir/summary.txt` ADJOINT=`grep -c -i '^ADJOINT' $dir/summary.txt` TANGLIN=`grep -c -i '^TANGLIN' $dir/summary.txt` if test "x$ADJOINT" = x1 ; then