Ignore:
Timestamp:
07/02/10 12:54:37 (14 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r9603 r9605  
    206206check1=$?
    207207case $check1 in
    208    0)   printprocesslog "INFO $program finished successfully for run $run file $file (check1=$check1)"
     208   0)   printprocesslog "INFO $program finished successfully for run $run file $file (return code $check1)"
    209209        ;;
    210    *)   printprocesslog "ERROR $program failed for run $run file $file (check1=$check1)"
    211         com=$Fcorsika
     210   *)   printprocesslog "ERROR $program failed for run $run file $file (return code $check1)"
    212211        check=$check1
    213212        ;;
Note: See TracChangeset for help on using the changeset viewer.