We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b09b0e commit df71505Copy full SHA for df71505
bin/install-password-argon2
@@ -27,7 +27,7 @@ popd
27
28
29
# add the option in custom_configure_options
30
-if [[ ! $VERSION =~ ^master$ ]] && [[ "$(printf "7.4\n$VERSION" | sort -V | head -n1)" < "7.4" ]]; then
+if [[ ! $VERSION == *"7.4"* ]] || [[ "$(printf "7.4\n$VERSION" | sort -V | head -n1)" < "7.4" ]]; then
31
echo "--with-password-argon2=$LIBARGON2_INSTALL_DIR" >> $TRAVIS_BUILD_DIR/custom_configure_options
32
else
33
echo "--with-password-argon2" >> $TRAVIS_BUILD_DIR/custom_configure_options
0 commit comments