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:
dougb 2008-07-13 20:08:38 +00:00
parent 181ba3c627
commit 67437d52b5

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