diff options
Diffstat (limited to 'scripts/functions')
-rw-r--r-- | scripts/functions | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/functions b/scripts/functions index 02e2eee6..ae584c4c 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 |