Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
--- mitgcm.org/front_content/parse_emails 2009/02/02 19:16:45 1.19
+++ mitgcm.org/front_content/parse_emails 2009/10/01 15:52:13 1.20
@@ -1,6 +1,6 @@
#! /usr/bin/env bash
-# $Header: /home/ubuntu/mnt/e9_copy/mitgcm.org/front_content/parse_emails,v 1.19 2009/02/02 19:16:45 jmc Exp $
+# $Header: /home/ubuntu/mnt/e9_copy/mitgcm.org/front_content/parse_emails,v 1.20 2009/10/01 15:52: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
@@ -115,6 +115,8 @@
date
echo "ERROR: directory \"$OUTDIR\" doesn't exist and can't be created"
exit 3
+ else
+ echo "Successfully created new dir: \"$OUTDIR\""
fi
chgrp gcmpack $OUTDIR
chmod 775 $OUTDIR
| ViewVC Help | |
| Powered by ViewVC 1.1.22 |