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:
Doug Barton 2008-07-13 20:08:38 +00:00
parent cfcbf8c6fd
commit 9335f224bb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=180503

View File

@ -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