Changeset 9605 for trunk/MagicSoft/Mars/datacenter/scripts/runcorsika
- Timestamp:
- 07/02/10 12:54:37 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/runcorsika
r9603 r9605 206 206 check1=$? 207 207 case $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)" 209 209 ;; 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)" 212 211 check=$check1 213 212 ;;
Note:
See TracChangeset
for help on using the changeset viewer.