mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-06-01 23:30:51 +00:00
functions: do not over-detect error when patching
This commit is contained in:
parent
510b70fabd
commit
c992de9eb5
@ -619,7 +619,6 @@ CT_Patch() {
|
|||||||
if [ -f "${p}" ]; then
|
if [ -f "${p}" ]; then
|
||||||
CT_DoLog DEBUG "Applying patch '${p}'"
|
CT_DoLog DEBUG "Applying patch '${p}'"
|
||||||
CT_DoExecLog ALL patch -g0 -F1 -p1 -f <"${p}"
|
CT_DoExecLog ALL patch -g0 -F1 -p1 -f <"${p}"
|
||||||
CT_TestAndAbort "Failed while applying patch file '${p}'" ${PIPESTATUS[0]} -ne 0
|
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user