Change the character prefixed to the svn version to "r" since that seems
to be how they are commonly referred to.
This commit is contained in:
parent
181ba3c627
commit
67437d52b5
@ -97,7 +97,7 @@ for dir in /bin /usr/bin /usr/local/bin; do
|
||||
done
|
||||
|
||||
if [ -n "$svnversion" -a -d "${SRCDIR}/.svn" ] ; then
|
||||
svn=" @`cd $SRCDIR && $svnversion`"
|
||||
svn=" r`cd $SRCDIR && $svnversion`"
|
||||
else
|
||||
svn=""
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user