Skip to content

Commit 0398b09

Browse files
committed
better msg
1 parent 854210a commit 0398b09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: install-vips.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ 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_FULL"
11-
echo "Found vips $version"
10+
echo "Need vips-$VIPS_VERSION_FULL"
11+
echo "Found $version"
1212
if [[ "$version" =~ ^vips-$escaped_version ]]; then
1313
echo "Using cached directory"
1414
exit 0

0 commit comments

Comments
 (0)