argh, use single-quotes instead of double ones to make $Revision appear
This commit is contained in:
parent
41263f7d88
commit
2e61fde07f
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user