ci: Fix SDK hash function
Fix dumb typo in the hash function deciding if a new SDK should be built
or not.
Signed-off-by: Klaus Heinrich Kiwi <klaus@linux.vnet.ibm.com>
diff --git a/ci/build-all-defconfigs.sh b/ci/build-all-defconfigs.sh
index 30703f2..1b214d0 100755
--- a/ci/build-all-defconfigs.sh
+++ b/ci/build-all-defconfigs.sh
@@ -83,7 +83,7 @@
# Even if they should be interchangeable, we want to force the sdk
# build on every supported OS variations
- HASH_PROPERTIES="$(HASH PROPERTIES) $(lsb_release -as | tr -d '/n[:space:]')"
+ HASH_PROPERTIES="$HASH_PROPERTIES $(lsb_release -as | tr -d '[:space:]')"
# Disable things not necessary for the sdk
# (Buildroot manual section 6.1.3 plus a few more things)