Commit 2d1b6242 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

curl-config: fix version output

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

Reported by: Ryan Schmidt
parent a5db4a46
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
	;;