Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
--- mitgcm.org/front_content/make_summary 2009/06/30 03:28:07 1.54
+++ mitgcm.org/front_content/make_summary 2009/07/07 18:39:03 1.55
@@ -1,6 +1,6 @@
#! /usr/bin/env bash
-# $Header: /home/ubuntu/mnt/e9_copy/mitgcm.org/front_content/make_summary,v 1.54 2009/06/30 03:28:07 jmc Exp $
+# $Header: /home/ubuntu/mnt/e9_copy/mitgcm.org/front_content/make_summary,v 1.55 2009/07/07 18:39:03 jmc Exp $
#
# The purpose of this script is to create HTML summaries of the
# directories produced by the "parse_emails" script.
@@ -278,13 +278,13 @@
else
kind="restart"
fi
- if test "x$NOI3E" = x1 ; then
- OPTFILE="${OPTFILE}.noieee"
- fi
if test "x$MTH" = x1 ; then
- yy=`echo $OPTFILE | grep -c 'mth$'`
+ yy=`echo $OPTFILE | grep -c '+mth$'`
if test $yy = 0 ; then OPTFILE="${OPTFILE}+mth" ; fi
fi
+ if test "x$NOI3E" = x1 ; then
+ OPTFILE="${OPTFILE}.noieee"
+ fi
t_pass="--"
t_tot="--"
| ViewVC Help | |
| Powered by ViewVC 1.1.22 |