From 19ef20f0bbdb4b7a1decbb2b8e4ab19b7a6cba09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20=27sil2100=27=20Zemczak?= Date: Fri, 17 Mar 2023 12:35:49 +0100 Subject: [PATCH] Fix typo. --- live-build/auto/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/live-build/auto/config b/live-build/auto/config index 4f7cf9b9..1f812180 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -897,7 +897,7 @@ case $PROJECT in # the GA and HWE kernels (in separate layers) so this code is # written generically to support both even though a lot of the # time only one kernel is offered. - case ${SUBARCH-} in + case ${SUBARCH:-} in intel-iot) variants='intel' ;;