prune: Fail gracefully if pre-rm hook fails.
authorAndre Noll <maan@tuebingen.mpg.de>
Sun, 1 Sep 2019 17:29:39 +0000 (19:29 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Sat, 21 Sep 2019 13:08:40 +0000 (15:08 +0200)
commit5874e6d96f97e2dc7bb0771408b298ae5f4e00ed
tree0f0507f3fc661089da2b0cfcf69ed51bf4dc7043
parent5f5cd0b291c62b056c294cd947c00118572bc002
prune: Fail gracefully if pre-rm hook fails.

In this case wait_for_remove_process() returns non-negative and we
miss to set the exit code, making the command appear to succeed even
if the rm process has not been created.
dss.c