resurrecting-open-source-projects / scrot

SCReenshOT - command line screen capture utility
Other
511 stars 51 forks source link

don't return 0 on exec failure #370

Closed N-R-K closed 1 year ago

N-R-K commented 1 year ago

additionally return EX_UNAVAILABLE ^0 if the child terminated abnormally or returned non-zero.

Closes: https://github.com/resurrecting-open-source-projects/scrot/issues/271