mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
linux: sub-process eats exit/failure code
This commit is contained in:
parent
b009d078dd
commit
710d431652
@ -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