From 49bf0112d8ec031430a782442902ad555561520a Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Sun, 31 Jul 2016 04:31:57 -0400 Subject: [PATCH] Fix spelling error --- cryptest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cryptest.sh b/cryptest.sh index 1821c365..d2594568 100755 --- a/cryptest.sh +++ b/cryptest.sh @@ -194,7 +194,7 @@ else fi # Fixup, bad code generation -if [[ ("$SUNCC_121_OR_ABOVE" -ne "0" ]]; then +if [[ ("$SUNCC_121_OR_ABOVE" -ne "0") ]]; then HAVE_O5=0 HAVE_OFAST=0 fi