mirror of
https://github.com/curl/curl.git
synced 2026-08-06 09:16:12 +03:00
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:
parent
a5db4a46ac
commit
2d1b6242f2
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue