diff -r 9bb95fa735ac -r d33da84b1317 scripts/functions --- a/scripts/functions Mon Jun 22 21:51:13 2009 +0200 +++ b/scripts/functions Mon Aug 31 11:57:13 2009 +0200 @@ -619,7 +619,6 @@ 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