From: Daniel Stenberg Date: Mon, 23 Feb 2004 07:32:45 +0000 (+0000) Subject: argh, use single-quotes instead of double ones to make $Revision appear X-Git-Tag: curl-7_11_1~257 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e61fde07fb15f31e9fc842097401066fc3c8776;p=thirdparty%2Fcurl.git argh, use single-quotes instead of double ones to make $Revision appear --- diff --git a/testcurl.sh b/testcurl.sh index 29d0101812..ecea09bbcf 100755 --- a/testcurl.sh +++ b/testcurl.sh @@ -42,7 +42,7 @@ # perform a normal CVS build. # version of this script -version="$Revision$" +version='$Revision$' fixed=0 # Determine if we're running from CVS or a canned copy of curl