svn commit: r228148 - head/sys/conf

John Baldwin jhb at FreeBSD.org
Tue Nov 29 21:28:49 UTC 2011


Author: jhb
Date: Tue Nov 29 21:28:48 2011
New Revision: 228148
URL: http://svn.freebsd.org/changeset/base/228148

Log:
  Remove a bit of debugging that accidentally crept in earlier.

Modified:
  head/sys/conf/newvers.sh

Modified: head/sys/conf/newvers.sh
==============================================================================
--- head/sys/conf/newvers.sh	Tue Nov 29 20:06:27 2011	(r228147)
+++ head/sys/conf/newvers.sh	Tue Nov 29 21:28:48 2011	(r228148)
@@ -99,7 +99,6 @@ for dir in /bin /usr/bin /usr/local/bin;
 done
 
 if [ -n "$svnversion" ] ; then
-	echo "$svnversion"
 	svn=`cd ${SYSDIR} && $svnversion`
 	case "$svn" in
 	[0-9]*)	svn=" r${svn}" ;;


More information about the svn-src-head mailing list