Skip to content

Commit 854210a

Browse files
committed
missing a _FULL
1 parent 866b24e commit 854210a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install-vips.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ set -e
77
if [ -d "$HOME/vips/bin" ]; then
88
version=$($HOME/vips/bin/vips --version)
99
escaped_version="$VIPS_VERSION_MAJOR\.$VIPS_VERSION_MINOR\.$VIPS_VERSION_MICRO"
10-
echo "Need vips $VIPS_VERSION"
10+
echo "Need vips $VIPS_VERSION_FULL"
1111
echo "Found vips $version"
1212
if [[ "$version" =~ ^vips-$escaped_version ]]; then
1313
echo "Using cached directory"

0 commit comments

Comments
 (0)