Fix typo.

This commit is contained in:
Łukasz 'sil2100' Zemczak 2023-03-17 12:35:49 +01:00
parent 85f93d836a
commit 19ef20f0bb

View File

@ -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'
;;