From f35a86aa582fb2bbe8fa6600d0f0781b5c5e8fcf Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Mon, 20 Jun 2016 00:49:13 -0400 Subject: [PATCH] Fix typo in 'if' statement --- cryptest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cryptest.sh b/cryptest.sh index a69bc39d..9f574095 100755 --- a/cryptest.sh +++ b/cryptest.sh @@ -33,7 +33,7 @@ if [[ (-z "$BENCHMARK_RESULTS") ]]; then fi if [[ (-z "$WARN_RESULTS") ]]; then WARN_RESULTS=cryptest-warn.txt -id +fi if [[ (-z "$INSTALL_RESULTS") ]]; then INSTALL_RESULTS=cryptest-install.txt fi