From 9335f224bb9701f5b759629f6d39749556f0a24c Mon Sep 17 00:00:00 2001 From: Doug Barton Date: Sun, 13 Jul 2008 20:08:38 +0000 Subject: [PATCH] Change the character prefixed to the svn version to "r" since that seems to be how they are commonly referred to. --- sys/conf/newvers.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index ec5bab524fd0..e3b003003793 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -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