argh, use single-quotes instead of double ones to make $Revision appear
authorDaniel Stenberg <daniel@haxx.se>
Mon, 23 Feb 2004 07:32:45 +0000 (07:32 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 23 Feb 2004 07:32:45 +0000 (07:32 +0000)
testcurl.sh

index 29d0101..ecea09b 100755 (executable)
@@ -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