mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-25 15:41:04 +02:00
eclass/multibuild: Sync with Gentoo
It's from Gentoo commit d66f119323ca954a35946b9f3eeeaae0c6c69d0b.
This commit is contained in:
parent
be82a69b96
commit
b21400bb72
@ -129,8 +129,8 @@ multibuild_foreach_variant() {
|
|||||||
_multibuild_run "${@}" \
|
_multibuild_run "${@}" \
|
||||||
> >(exec tee -a "${T}/build-${MULTIBUILD_ID}.log") 2>&1
|
> >(exec tee -a "${T}/build-${MULTIBUILD_ID}.log") 2>&1
|
||||||
lret=${?}
|
lret=${?}
|
||||||
done
|
|
||||||
[[ ${ret} -eq 0 && ${lret} -ne 0 ]] && ret=${lret}
|
[[ ${ret} -eq 0 && ${lret} -ne 0 ]] && ret=${lret}
|
||||||
|
done
|
||||||
|
|
||||||
return ${ret}
|
return ${ret}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user