--- mitgcm.org/front_content/parse_emails 2007/11/30 17:14:43 1.10 +++ mitgcm.org/front_content/parse_emails 2007/12/01 18:55:13 1.11 @@ -1,6 +1,6 @@ #! /usr/bin/env bash -# $Header: /home/ubuntu/mnt/e9_copy/mitgcm.org/front_content/parse_emails,v 1.10 2007/11/30 17:14:43 jmc Exp $ +# $Header: /home/ubuntu/mnt/e9_copy/mitgcm.org/front_content/parse_emails,v 1.11 2007/12/01 18:55:13 jmc Exp $ # # The purpose of this script is to parse the emails produced by the # MITgcm/verificaton/testreport script and store the data in a @@ -95,7 +95,7 @@ fi all_files=`ls -1 $INDIR` -nb_files=`echo $all_files | grep -c '^msg\.'` +nb_files=`echo "$all_files" | grep -c '^msg\.'` if test $PRT = 1 ; then echo "Using OUTDIR=\"$OUTDIR\""