summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2011-11-29 21:28:48 +0000
committerjhb <jhb@FreeBSD.org>2011-11-29 21:28:48 +0000
commit031d50acb2abf742d8b1afc868dc2db02d2b81e5 (patch)
treea0cecb6109d93ff17da6340ef3890a8cacb6cef5 /sys/conf
parent7570c54af71eaae2e318a65f6a61f24323d55b3d (diff)
downloadFreeBSD-src-031d50acb2abf742d8b1afc868dc2db02d2b81e5.zip
FreeBSD-src-031d50acb2abf742d8b1afc868dc2db02d2b81e5.tar.gz
Remove a bit of debugging that accidentally crept in earlier.
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/newvers.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index 55a644e..44d74fe 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -99,7 +99,6 @@ for dir in /bin /usr/bin /usr/local/bin; do
done
if [ -n "$svnversion" ] ; then
- echo "$svnversion"
svn=`cd ${SYSDIR} && $svnversion`
case "$svn" in
[0-9]*) svn=" r${svn}" ;;
OpenPOWER on IntegriCloud