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}" ;;
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"