From 1b5f1b6cf9c9d70bae24096093dfbecae7d71f0a Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Fri, 23 Sep 2016 23:22:11 -0400 Subject: [PATCH] Fixed typo in cryptest.sh --- TestScripts/cryptest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TestScripts/cryptest.sh b/TestScripts/cryptest.sh index baf40df4..71e9ffdd 100755 --- a/TestScripts/cryptest.sh +++ b/TestScripts/cryptest.sh @@ -4708,7 +4708,7 @@ if [[ ("$HAVE_X86_AES" -ne "0" || "$HAVE_X86_RDRAND" -ne "0" || "$HAVE_X86_RDSEE echo OPTS=() - if [[ ("$GCC_COMPILER" -ne "0") ]]; thn + if [[ ("$GCC_COMPILER" -ne "0") ]]; then OPTS=("-march=native") fi if [[ "$HAVE_X86_AES" -ne "0" ]]; then