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 854210a commit 0398b09Copy full SHA for 0398b09
install-vips.sh
@@ -7,8 +7,8 @@ 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_FULL"
11
- echo "Found vips $version"
+ echo "Need vips-$VIPS_VERSION_FULL"
+ echo "Found $version"
12
if [[ "$version" =~ ^vips-$escaped_version ]]; then
13
echo "Using cached directory"
14
exit 0
0 commit comments