summaryrefslogtreecommitdiffstats
path: root/quilt/fold.in
diff options
context:
space:
mode:
Diffstat (limited to 'quilt/fold.in')
-rw-r--r--quilt/fold.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/quilt/fold.in b/quilt/fold.in
index 010387f..b3e2d71 100644
--- a/quilt/fold.in
+++ b/quilt/fold.in
@@ -77,6 +77,7 @@ top=$(top_patch)
if [ -z "$top" ]
then
printf $"No patches applied\n" >&2
+ exit 1
fi
trap "failed=1" SIGINT