summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/functions3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/functions b/scripts/functions
index 02e2eee..ae584c4 100644
--- a/scripts/functions
+++ b/scripts/functions
@@ -630,6 +630,9 @@ CT_Patch() {
CT_DoExecLog ALL patch -g0 -F1 -p1 -f <"${p}"
fi
done
+ if [ "${CT_PATCH_SINGLE}" = "y" ]; then
+ break
+ fi
fi
done