Ignore:
Timestamp:
11/25/05 11:17:51 (19 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r7344 r7426  
    9494todofiles=`ls -r $listpath/ToDo-$table-$column-*`
    9595
    96 echo "todofiles: "${todofiles[@]} >> $scriptlog 2>&1
     96#echo "todofiles: "${todofiles[@]} >> $scriptlog 2>&1
    9797
    9898for todofile in ${todofiles[@]}
     
    192192             then
    193193                echo "no ccfile found for run "$runno >> $scriptlog 2>&1
    194                 break
     194                break 2
    195195             fi
    196196             echo "cacofile: "$cacofile >> $scriptlog 2>&1
     
    211211                      continue
    212212                   else
     213                      echo "cacofile: "$cacofile >> $scriptlog 2>&1
    213214                      break
    214                       echo "cacofile: "$cacofile >> $scriptlog 2>&1
    215215                   fi
    216216                done
Note: See TracChangeset for help on using the changeset viewer.