mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
Revert "linux: sub-process eats exit/failure code"
This reverts commit 710d4316522581c3a6a1ced53e23e63a6b362210.
This commit is contained in:
parent
0661263dd8
commit
dd6cf78c82
@ -206,7 +206,7 @@ make_target() {
|
|||||||
( cd $ROOT
|
( cd $ROOT
|
||||||
rm -rf $BUILD/initramfs
|
rm -rf $BUILD/initramfs
|
||||||
$SCRIPTS/install initramfs
|
$SCRIPTS/install initramfs
|
||||||
) || die "FAILURE: Building initramfs"
|
)
|
||||||
|
|
||||||
if [ "$BOOTLOADER" = "u-boot" -a -n "$KERNEL_UBOOT_EXTRA_TARGET" ]; then
|
if [ "$BOOTLOADER" = "u-boot" -a -n "$KERNEL_UBOOT_EXTRA_TARGET" ]; then
|
||||||
for extra_target in "$KERNEL_UBOOT_EXTRA_TARGET"; do
|
for extra_target in "$KERNEL_UBOOT_EXTRA_TARGET"; do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user