diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-02-23 07:32:45 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-02-23 07:32:45 +0000 |
commit | 2e61fde07fb15f31e9fc842097401066fc3c8776 (patch) | |
tree | adb205975411aa9a0443901d019451e66ffd2e31 | |
parent | 41263f7d8850d5e98dde12b7e20645d3defe3449 (diff) |
argh, use single-quotes instead of double ones to make $Revision appear
-rwxr-xr-x | testcurl.sh | 2 |
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 |