Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
--- mitgcm.org/front_content/parse_emails 2006/10/12 01:51:09 1.7
+++ mitgcm.org/front_content/parse_emails 2007/11/29 23:55:56 1.8
@@ -1,6 +1,6 @@
#! /usr/bin/env bash
-# $Header: /home/ubuntu/mnt/e9_copy/mitgcm.org/front_content/parse_emails,v 1.7 2006/10/12 01:51:09 edhill Exp $
+# $Header: /home/ubuntu/mnt/e9_copy/mitgcm.org/front_content/parse_emails,v 1.8 2007/11/29 23:55:56 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
@@ -83,6 +83,8 @@
echo "ERROR: directory \"$OUTDIR\" doesn't exist and can't be created"
exit 1
fi
+ chgrp gcmpack $OUTDIR
+ chmod 775 $OUTDIR
fi
echo "Using OUTDIR=\"$OUTDIR\""
| ViewVC Help | |
| Powered by ViewVC 1.1.22 |