argh, use single-quotes instead of double ones to make $Revision appear

This commit is contained in:
Daniel Stenberg 2004-02-23 07:32:45 +00:00
parent 41263f7d88
commit 2e61fde07f

View File

@ -42,7 +42,7 @@
# perform a normal CVS build. # perform a normal CVS build.
# version of this script # version of this script
version="$Revision$" version='$Revision$'
fixed=0 fixed=0
# Determine if we're running from CVS or a canned copy of curl # Determine if we're running from CVS or a canned copy of curl