diff options
| author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2009-08-31 11:57:13 +0200 |
|---|---|---|
| committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2009-08-31 11:57:13 +0200 |
| commit | c992de9eb562c66b9b7782c80942cf1dcab486db (patch) | |
| tree | cf5697e01c1b4c5646a6216c7f38696f0570c488 | |
| parent | 510b70fabd4bfbc954c59718a3961e42c97f0072 (diff) | |
| download | crosstool-ng-c992de9eb562c66b9b7782c80942cf1dcab486db.tar.gz crosstool-ng-c992de9eb562c66b9b7782c80942cf1dcab486db.tar.bz2 crosstool-ng-c992de9eb562c66b9b7782c80942cf1dcab486db.zip | |
functions: do not over-detect error when patching
| -rw-r--r-- | scripts/functions | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/functions b/scripts/functions index 546f22d0..8da2d705 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 |
