# HG changeset patch # User "Yann E. MORIN" # Date 1251712633 -7200 # Node ID d33da84b1317a1d93a5582a8e436e6d2a0345443 # Parent 2109143a4b2f4eb8a0bc7a8ce8a91d687de03278 functions: do not over-detect error when patching diff -r 2109143a4b2f -r d33da84b1317 scripts/functions --- a/scripts/functions Sun Aug 30 20:07:39 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