summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2008-07-13 20:08:38 +0000
committerdougb <dougb@FreeBSD.org>2008-07-13 20:08:38 +0000
commit67437d52b561e32c54a5b93f48cdfab56ada1023 (patch)
tree3db8a112f685ad71357ba7cc3d9cbcf338708bab /sys/conf
parent181ba3c627a8f7faa1b68171a6d92467bbd9ae2b (diff)
downloadFreeBSD-src-67437d52b561e32c54a5b93f48cdfab56ada1023.zip
FreeBSD-src-67437d52b561e32c54a5b93f48cdfab56ada1023.tar.gz
Change the character prefixed to the svn version to "r" since that seems
to be how they are commonly referred to.
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/newvers.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index ec5bab5..e3b0030 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
OpenPOWER on IntegriCloud