From c992de9eb562c66b9b7782c80942cf1dcab486db Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Mon, 31 Aug 2009 11:57:13 +0200 Subject: functions: do not over-detect error when patching 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 -- cgit v0.10.2-6-g49f6