Ignore:
Timestamp:
10/15/07 16:45:03 (17 years ago)
Author:
hoehne
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r8758 r8759  
    5252for dir in ${dirs[@]}
    5353do
    54 #   cont=`echo $dir | cut -d/ -f6`
    55    cont=`echo $dir | cut -d/ -f10`
     54   cont=`echo $dir | cut -d/ -f6`
     55#   cont=`echo $dir | cut -d/ -f10`
    5656   if [ "$cont" == "" ]
    5757   then
     
    7474      firstrun=`echo $datruns | cut -c 0-8`
    7575      #   firstrun=`echo $datruns | cut -c 0-5 | sed -e 's/^0//g' -e 's/^0//g' -e 's/^0//g' -e 's/^0//g'`
    76 #      date=`echo $dir | cut -c 28-37 | sed -e 's/\//-/g'`
     76      date=`echo $dir | cut -c 28-37 | sed -e 's/\//-/g'`
    7777      # for tests
    78       date=`echo $dir | cut -c 57-66 | sed -e 's/\//-/g'`
     78#      date=`echo $dir | cut -c 57-66 | sed -e 's/\//-/g'`
    7979     
    8080      # workaround due to 5digit runnumber for data with runnumber < 35487
Note: See TracChangeset for help on using the changeset viewer.