From a411ac350b4b10bc24daa9be7b45057e9fbdf194 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Sat, 28 Jul 2018 10:58:51 -0400 Subject: [PATCH] Cleanup cryptest-autotools.sh script --- TestScripts/cryptest-autotools.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TestScripts/cryptest-autotools.sh b/TestScripts/cryptest-autotools.sh index 663ac464..eee4de10 100755 --- a/TestScripts/cryptest-autotools.sh +++ b/TestScripts/cryptest-autotools.sh @@ -52,9 +52,9 @@ if [[ ! -z $(command -v autoupdate) ]]; then autoupdate fi -if ! autoreconf -vfi --warnings=all; then +if ! autoreconf -fi --warnings=all; then echo "autoreconf failed, running again." - if ! autoreconf -fi; then + if ! autoreconf -vfi; then echo "autoreconf failed" [[ "$0" = "${BASH_SOURCE[0]}" ]] && exit 1 || return 1 fi