curl-config: fix version output

do the s/VERSION/CURLVERSION replacement for the human redable output
for --checkfor

Reported by: Ryan Schmidt
This commit is contained in:
Daniel Stenberg 2011-04-19 16:41:34 +02:00
parent a5db4a46ac
commit 2d1b6242f2
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ while test $# -gt 0; do
# silent success
exit 0
else
echo "requested version $checkfor is newer than existing @VERSION@"
echo "requested version $checkfor is newer than existing @CURLVERSION@"
exit 1
fi
;;