Ignore:
Timestamp:
08/04/05 10:11:16 (19 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/datacenter/scripts
Files:
1 added
2 edited

Legend:

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

    r7256 r7258  
    8484nr=bla
    8585echo "finding the right todo-file" >> $scriptlog 2>&1
     86todofiles=`ls $listpath/ToDo-$table-$column-*`
     87
     88echo "todofiles: "${todofiles[@]} >> $scriptlog 2>&1
     89
    8690for todofile in ${todofiles[@]}
    8791do
  • trunk/MagicSoft/Mars/datacenter/scripts/runstar

    r7256 r7258  
    8383nr=bla
    8484echo "finding the right todo-file" >> $scriptlog 2>&1
    85 todofiles=`ls $listpath/*`
     85todofiles=`ls $listpath/ToDo-$table-$column-*`
    8686
    8787echo "todofiles: "${todofiles[@]} >> $scriptlog 2>&1
    88 
    8988
    9089for todofile in ${todofiles[@]}
Note: See TracChangeset for help on using the changeset viewer.