Skip to content

Commit d8c8513

Browse files
committed
Fix 7.4 logic
1 parent 6e5d8c8 commit d8c8513

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/install-libzip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ make install
3838
popd
3939

4040
# add the option in custom_configure_options
41-
if [[ "$(printf "7.3\n$VERSION" | sort -V | head -n1)" < "7.4" ]]; then
41+
if [[ "$(printf "7.4\n$VERSION" | sort -V | head -n1)" < "7.4" ]]; then
4242
echo "--with-libzip=$LIBZIP_INSTALL_DIR" >> $TRAVIS_BUILD_DIR/custom_configure_options
4343
else
4444
echo "--with-zip=$LIBZIP_INSTALL_DIR" >> $TRAVIS_BUILD_DIR/custom_configure_options

0 commit comments

Comments
 (0)