Fix typo.
This commit is contained in:
parent
21acc624e1
commit
a09bbd9151
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ svn_revision()
|
|||
local ver versuffix tagrev untagged commits rev dirty
|
||||
|
||||
ver=$1
|
||||
versuffix=$1
|
||||
versuffix=$2
|
||||
|
||||
tagrev=$(svn log -q ^/tags/release-$ver --limit 1 2> /dev/null | \
|
||||
awk '/^r/ {print $1}')
|
||||
|
|
Loading…
Add table
Reference in a new issue