From 64e5b9721264d0d08f6348b61d7ca98f5fbea5c6 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 27 Oct 2011 12:19:18 -0400 Subject: [PATCH] Fix propigation of failure from pre and post hooks and from fixups. --- debian/changelog | 6 ++++++ mr | 3 +++ 2 files changed, 9 insertions(+) diff --git a/debian/changelog b/debian/changelog index 2d26a54..5e4cb7b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +mr (1.06) UNRELEASED; urgency=low + + * Fix propigation of failure from pre and post hooks and from fixups. + + -- Joey Hess Thu, 27 Oct 2011 12:18:43 -0400 + mr (1.05) unstable; urgency=low * README now gives a quick into to using mr. diff --git a/mr b/mr index 61e2102..74b1cfc 100755 --- a/mr +++ b/mr @@ -755,6 +755,9 @@ sub hook { print STDERR "mr $hook: received signal ".($? & 127)."\n"; return ABORT; } + else { + return FAILED; + } } return OK; -- 2.39.2