functions: do not over-detect error when patching
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Mon Aug 31 11:57:13 2009 +0200 (2009-08-31)
changeset 1506d33da84b1317
parent 1505 2109143a4b2f
child 1507 ec5314609c00
functions: do not over-detect error when patching
scripts/functions
     1.1 --- a/scripts/functions	Sun Aug 30 20:07:39 2009 +0200
     1.2 +++ b/scripts/functions	Mon Aug 31 11:57:13 2009 +0200
     1.3 @@ -619,7 +619,6 @@
     1.4                  if [ -f "${p}" ]; then
     1.5                      CT_DoLog DEBUG "Applying patch '${p}'"
     1.6                      CT_DoExecLog ALL patch -g0 -F1 -p1 -f <"${p}"
     1.7 -                    CT_TestAndAbort "Failed while applying patch file '${p}'" ${PIPESTATUS[0]} -ne 0
     1.8                  fi
     1.9              done
    1.10          fi