From 2e61fde07fb15f31e9fc842097401066fc3c8776 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 23 Feb 2004 07:32:45 +0000 Subject: [PATCH] argh, use single-quotes instead of double ones to make $Revision appear --- testcurl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3