summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/functions1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/functions b/scripts/functions
index 546f22d..8da2d70 100644
--- a/scripts/functions
+++ b/scripts/functions
@@ -619,7 +619,6 @@ CT_Patch() {
if [ -f "${p}" ]; then
CT_DoLog DEBUG "Applying patch '${p}'"
CT_DoExecLog ALL patch -g0 -F1 -p1 -f <"${p}"
- CT_TestAndAbort "Failed while applying patch file '${p}'" ${PIPESTATUS[0]} -ne 0
fi
done
fi