mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-09 22:16:58 +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 "${@}" \
|
||||
> >(exec tee -a "${T}/build-${MULTIBUILD_ID}.log") 2>&1
|
||||
lret=${?}
|
||||
[[ ${ret} -eq 0 && ${lret} -ne 0 ]] && ret=${lret}
|
||||
done
|
||||
[[ ${ret} -eq 0 && ${lret} -ne 0 ]] && ret=${lret}
|
||||
|
||||
return ${ret}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user