Changeset 7582 for trunk


Ignore:
Timestamp:
03/10/06 09:56:07 (19 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r7486 r7582  
    4343datetime=`date +%F-%H-%M-%S`
    4444year=`date +%Y`
     45lockfile=$lockpath/lock-insertsequences.txt
    4546
    4647scriptlogpath=$logpath/run/insertsequences/`date +%Y/%m`
     
    5556
    5657# finding manual written sequence files (marked by the comment '#manually changed')
    57 sequencefiles=(`grep -R '#manually changed' $sequpath/ | cut -c 1-42`)
     58# there has to be cut from 1-47 (not as for operator from 1-42) because of
     59# sequpath=/magic/test/sequences (not /magic/sequences)
     60sequencefiles=(`grep -R '#manually changed' $sequpath/ | cut -c 1-47`)
    5861echo "sequencefiles: "${sequencefiles[@]}  >> $scriptlog 2>&1
    5962echo "" >> $scriptlog 2>&1
Note: See TracChangeset for help on using the changeset viewer.