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 81d6b54 commit 355b7b3Copy full SHA for 355b7b3
install-vips.sh
@@ -2,7 +2,7 @@
2
3
vips_site=http://www.vips.ecs.soton.ac.uk/supported
4
version=$VIPS_VERSION_MAJOR.$VIPS_VERSION_MINOR
5
-version_full=$VIPS_VERSION.$VIPS_VERSION_MICRO
+version_full=$version.$VIPS_VERSION_MICRO
6
7
set -e
8
@@ -11,7 +11,7 @@ set -e
11
if [ -d "$HOME/vips/bin" ]; then
12
installed_version=$($HOME/vips/bin/vips --version)
13
escaped_version="$VIPS_VERSION_MAJOR\.$VIPS_VERSION_MINOR\.$VIPS_VERSION_MICRO"
14
- echo "Need vips-$version_fulL"
+ echo "Need vips-$version_full"
15
echo "Found $installed_version"
16
if [[ "$installed_version" =~ ^vips-$escaped_version ]]; then
17
echo "Using cached directory"
0 commit comments