Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
--- mitgcm.org/scripts/prc_tr_emails 2018/01/12 15:51:57 1.5 +++ mitgcm.org/scripts/prc_tr_emails 2018/02/03 15:46:42 1.6 @@ -1,6 +1,6 @@ #! /usr/bin/env bash -# $Header: /home/ubuntu/mnt/e9_copy/mitgcm.org/scripts/prc_tr_emails,v 1.5 2018/01/12 15:51:57 jmc Exp $ +# $Header: /home/ubuntu/mnt/e9_copy/mitgcm.org/scripts/prc_tr_emails,v 1.6 2018/02/03 15:46:42 jmc Exp $ #cat <<EOF #========================================================== @@ -16,7 +16,8 @@ cd $MPACKDIR ./configure && make fi -unpck=$HOME/testing/munpack.$HOSTTYPE +mTyp=`echo $HOSTTYPE | sed 's/-.*$//'` +unpck=$HOME/testing/munpack.$mTyp #ls -l $unpck #-- create a daily log file (if not already there)
| ViewVC Help | |
| Powered by ViewVC 1.1.22 |