summaryrefslogtreecommitdiffstats
path: root/src/exit_status.h
Commit message (Collapse)AuthorAgeFilesLines
* Implement cleanup-on-interruptPeter Collingbourne2012-02-041-0/+24
This causes us to clean up by deleting any output files belonging to currently-running commands before we quit if we are interrupted (either by Ctrl-C or by a command failing). Fixes issue #110.