summaryrefslogtreecommitdiff
path: root/testcurl.sh
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-02-23 07:32:45 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-02-23 07:32:45 +0000
commit2e61fde07fb15f31e9fc842097401066fc3c8776 (patch)
treeadb205975411aa9a0443901d019451e66ffd2e31 /testcurl.sh
parent41263f7d8850d5e98dde12b7e20645d3defe3449 (diff)
downloadcurl-2e61fde07fb15f31e9fc842097401066fc3c8776.tar.gz
argh, use single-quotes instead of double ones to make $Revision appear
Diffstat (limited to 'testcurl.sh')
-rwxr-xr-xtestcurl.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/testcurl.sh b/testcurl.sh
index 29d010181..ecea09bbc 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