Changeset 8763 for trunk


Ignore:
Timestamp:
10/17/07 13:54:13 (17 years ago)
Author:
hoehne
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/datacenter/scripts/mcsequences

    r8762 r8763  
    5757for dir in ${dirs[@]}
    5858do
    59 #   cont=`echo $dir | cut -d/ -f6`
    60    cont=`echo $dir | cut -d/ -f10`
     59   cont=`echo $dir | cut -d/ -f6`
     60#   cont=`echo $dir | cut -d/ -f10`
    6161   if [ "$cont" == "" ]
    6262   then
     
    8282         then
    8383            firstrun=`echo $datruns | cut -c 0-8`
    84             #date=`echo $dir | cut -c 28-37 | sed -e 's/\//-/g'`
    85             date=`echo $dir | cut -c 57-66 | sed -e 's/\//-/g'`
     84            date=`echo $dir | cut -c 28-37 | sed -e 's/\//-/g'`
     85            #date=`echo $dir | cut -c 57-66 | sed -e 's/\//-/g'`
    8686            zbin=`echo $date | cut -c 3,4`
    8787           
Note: See TracChangeset for help on using the changeset viewer.