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 daaec87 commit 0f14637Copy full SHA for 0f14637
install-vips.sh
@@ -7,8 +7,10 @@ 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"
11
+ echo "Found vips $version"
12
if [[ "$version" =~ ^vips-$escaped_version ]]; then
- echo 'Using cached directory.'
13
+ echo "Using cached directory"
14
exit 0
15
fi
16
0 commit comments