diff --git a/run-misc-tests.sh b/run-misc-tests.sh index 7e8d543..8507250 100644 --- a/run-misc-tests.sh +++ b/run-misc-tests.sh @@ -20,7 +20,7 @@ $BINDIR/iasl -h m=`uname -m` case $m in - s390x | ppc64le \ + s390x | ppc64le | \ *64) BITS=64 ;; *) BITS=32