scripts/functions
changeset 1506 d33da84b1317
parent 1414 9bb95fa735ac
child 1507 ec5314609c00
     1.1 --- a/scripts/functions	Mon Jun 22 21:51:13 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