/[MITgcm]/MITgcm/verification/testreport
ViewVC logotype

Diff of /MITgcm/verification/testreport

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

revision 1.179 by jmc, Thu Aug 23 02:01:27 2012 UTC revision 1.180 by jmc, Tue Sep 4 19:27:52 2012 UTC
# Line 1296  fi Line 1296  fi
1296  #  Create a uniquely named directory to store results  #  Create a uniquely named directory to store results
1297  CMDLINE=$0  CMDLINE=$0
1298  for xx in "$@" ; do nw=`echo $xx | wc -w`  for xx in "$@" ; do nw=`echo $xx | wc -w`
1299      if test $nw = '1' ; then CMDLINE="$CMDLINE $xx"      if test $nw = '1' ; then CMDLINE="$CMDLINE $xx" ; else
1300                          else CMDLINE="$CMDLINE '$xx'" ; fi        nb=`echo $xx | grep -c '='`
1301          if test $nb = 0 ; then CMDLINE="$CMDLINE '$xx'"
1302          else yy=`echo "$xx'" | sed "s/=/='/"` ;
1303                                 CMDLINE="$CMDLINE $yy" ; fi
1304        fi
1305  done  done
1306  #for xx in "$@" ; do CMDLINE="$CMDLINE '$xx'" ; done  #for xx in "$@" ; do CMDLINE="$CMDLINE '$xx'" ; done
1307  MACH=`hostname`  MACH=`hostname`

Legend:
Removed from v.1.179  
changed lines
  Added in v.1.180

  ViewVC Help
Powered by ViewVC 1.1.22