IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 16, 2023, 5:13:12 PM (3 years ago)
Author:
eugene
Message:

some tweaks after trying on 20100427

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/eam/rawfix.20230221/src/rawfix.md5sum.pt

    r42411 r42417  
    170170
    171171  task.exit 0
    172     nights.mdsum.exit OK
    173   end
    174 
    175   # exit values other than 0:
    176   task.exit    default
    177     nights.mdsum.exit FAIL
    178     showcommand failure
    179   end
    180 
    181   task.exit    crash
    182     nights.mdsum.exit CRASH
    183     showcommand crash
    184   end
    185 
    186   # operation times out?
    187   task.exit    timeout
    188     nights.mdsum.exit TIMEOUT
     172    nights.md5sum.exit OK
     173  end
     174
     175  # exit values other than 0:
     176  task.exit    default
     177    nights.md5sum.exit FAIL
     178    showcommand failure
     179  end
     180
     181  task.exit    crash
     182    nights.md5sum.exit CRASH
     183    showcommand crash
     184  end
     185
     186  # operation times out?
     187  task.exit    timeout
     188    nights.md5sum.exit TIMEOUT
    189189    showcommand timeout
    190190  end
     
    256256######################### UTILITIES #################################
    257257
    258 macro nights.mdsum.exit
     258macro nights.md5sum.exit
    259259  if ($0 != 2)
    260     echo "USAGE: nights.mdsum.exit (quality)"
     260    echo "USAGE: nights.md5sum.exit (quality)"
    261261    break
    262262  end
Note: See TracChangeset for help on using the changeset viewer.