From 3a675a41c95c79721c442a69ee72717dec7ad8ab Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Tue, 12 Jan 2016 06:57:05 -0500 Subject: [PATCH] Fixed typo in UBsan detection --- cryptest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cryptest.sh b/cryptest.sh index 75d15ed0..3b6ea16f 100755 --- a/cryptest.sh +++ b/cryptest.sh @@ -120,7 +120,7 @@ fi # Fixups... Cygwin and MinGW both advertise sanitizer support, but the program fails to link. if [ "$HAVE_UBSAN" -eq "0" ] || [ "$HAVE_ASAN" -eq "0" ] || [ "$IS_CYGWIN" -ne "0" ] || [ "$IS_MINGW" -ne "0" ]; then - HAVE_UBAN=0 + HAVE_UBSAN=0 HAVE_ASAN=0 fi