mirror of
https://github.com/curl/curl.git
synced 2025-09-16 17:12:43 +03:00
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.
|
# 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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user