From c1b58bb48ec2772c0552c1031f7a658fb2462714 Mon Sep 17 00:00:00 2001 From: Al Stone Date: May 23 2014 01:18:47 +0000 Subject: Stupid typo in fix to run-misc-tests.sh Signed-off-by: Al Stone --- 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