summaryrefslogtreecommitdiff
path: root/src/patch.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/patch.c')
-rw-r--r--src/patch.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/patch.c b/src/patch.c
index 441732e..cb4dbb2 100644
--- a/src/patch.c
+++ b/src/patch.c
@@ -196,6 +196,9 @@ main (int argc, char **argv)
bool mismatch = false;
char const *outname = NULL;
+ if (skip_rest_of_patch)
+ somefailed = true;
+
if (have_git_diff != pch_git_diff ())
{
if (have_git_diff)