Update cryptest-autotools script

pull/853/head
Jeffrey Walton 2019-05-28 06:36:01 -04:00
parent a2e7c26f6c
commit b61da7acfe
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 2 additions and 2 deletions

View File

@ -96,8 +96,8 @@ fi
echo "Running libtoolize"
if ! "$LIBTOOLIZE" --force --install &>/dev/null; then
echo "libtoolize failed."
[[ "$0" = "${BASH_SOURCE[0]}" ]] && exit 1 || return 1
echo "libtoolize failed... skipping."
# [[ "$0" = "${BASH_SOURCE[0]}" ]] && exit 1 || return 1
fi
# Run autoreconf twice on failure. Also see