8000
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 866b24e commit 854210aCopy full SHA for 854210a
install-vips.sh
@@ -7,7 +7,7 @@ set -e
7
if [ -d "$HOME/vips/bin" ]; then
8
version=$($HOME/vips/bin/vips --version)
9
escaped_version="$VIPS_VERSION_MAJOR\.$VIPS_VERSION_MINOR\.$VIPS_VERSION_MICRO"
10
- echo "Need vips $VIPS_VERSION"
+ echo "Need vips $VIPS_VERSION_FULL"
11
echo "Found vips $version"
12
if [[ "$version" =~ ^vips-$escaped_version ]]; then
13
echo "Using cached directory"
0 commit comments