Cleanup cryptest-autotools.sh script

pull/696/head
Jeffrey Walton 2018-07-28 10:58:51 -04:00
parent 4066d70731
commit a411ac350b
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 2 additions and 2 deletions

View File

@ -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