summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Quinson <mquinson@debian.org>2003-04-23 13:53:35 +0000
committerMartin Quinson <mquinson@debian.org>2003-04-23 13:53:35 +0000
commit0e5e23c57d4c19de54f52c5305f3ffc9c932ab0a (patch)
treeb381b04ca4366913ebe3f40169a80e52af3d63ec
parent1603962cec494c8bb6101b6df86bece40a2b2de9 (diff)
downloadquilt-0e5e23c57d4c19de54f52c5305f3ffc9c932ab0a.tar.gz
quilt push returns non-zero value if the patch does not apply cleanly
-rwxr-xr-xscripts/apatch.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/apatch.in b/scripts/apatch.in
index 046e54f..973988a 100755
--- a/scripts/apatch.in
+++ b/scripts/apatch.in
@@ -128,6 +128,7 @@ apatch()
else
rollback_patch $patch
echo $"Patch $patch does not apply (enforce with -f)"
+ status=1
fi
trap - SIGINT
return $status