/[MITgcm]/mitgcm.org/front_content/parse_emails
ViewVC logotype

Diff of /mitgcm.org/front_content/parse_emails

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.10 by jmc, Fri Nov 30 17:14:43 2007 UTC revision 1.11 by jmc, Sat Dec 1 18:55:13 2007 UTC
# Line 95  if test ! -e $OUTDIR ; then Line 95  if test ! -e $OUTDIR ; then
95  fi  fi
96    
97  all_files=`ls -1 $INDIR`  all_files=`ls -1 $INDIR`
98  nb_files=`echo $all_files | grep -c '^msg\.'`  nb_files=`echo "$all_files" | grep -c '^msg\.'`
99    
100  if test $PRT = 1 ; then  if test $PRT = 1 ; then
101    echo "Using OUTDIR=\"$OUTDIR\""    echo "Using OUTDIR=\"$OUTDIR\""

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

  ViewVC Help
Powered by ViewVC 1.1.22