mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 09:35:26 +00:00
chore(nwipe): print out case
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user