Ignore:
Timestamp:
10/27/10 17:49:17 (14 years ago)
Author:
Daniela Dorner
Message:
logging in case nothing to do
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/datacenter/scripts/copyoutput

    r10016 r10042  
    8282   primstocopy=( `sendquery` )
    8383   num=`expr ${#primstocopy[@]} / ${#prims[@]} `
     84   if [ ${#primstocopy[@]} -eq 0 ]
     85   then
     86      printprocesslog "INFO no files to copy for step "$step
     87      continue
     88   fi
    8489   # BE CAREFUL:
    85    # this currently works only for corsika so far
     90   # this only works for corsika so far
    8691   for (( s=0 ; s < $num ; s++ ))
    8792   do
Note: See TracChangeset for help on using the changeset viewer.