From a0aeb189eb11e13a5dea3477da38f4fd76ba55a7 Mon Sep 17 00:00:00 2001 From: Johan Gunnarsson Date: Tue, 20 Jul 2021 20:06:26 +0200 Subject: [PATCH] build-boot: Print CHIP_ID on failure --- scripts/build-boot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build-boot b/scripts/build-boot index 609c491..23cda1b 100755 --- a/scripts/build-boot +++ b/scripts/build-boot @@ -28,7 +28,7 @@ qemu*) build-boot-qemu "${BOARD_ID}" "${CHIP_ID}" "${DEFCONFIG}" "${TUPLE}" ;; *) - echo Unknown CHIP_ID + echo "Unknown CHIP_ID \"${CHIP_ID}\"" exit 1 ;; esac