chore(nwipe): print out case

This commit is contained in:
desertwitch
2026-02-18 08:51:07 +01:00
parent 03ba568178
commit 6f212156fb

View File

@@ -19,7 +19,7 @@ endif
################################################################################
define NWIPE_CHECK_ARCH
@case "$(BR2_ARCH)" in \
case "$(BR2_ARCH)" in \
i686|x86_64) ;; \
*) echo "Unsupported architecture: $(BR2_ARCH)"; exit 1 ;; \
esac