Date: Tue, 29 Nov 2011 16:07:26 -0500 From: John Baldwin <jhb@freebsd.org> To: current@freebsd.org Cc: Doug Barton <dougb@freebsd.org>, Warner Losh <imp@freebsd.org> Subject: Remove debug echo Message-ID: <201111291607.26546.jhb@freebsd.org>
next in thread | raw e-mail | index | archive | help
Any objections to this? It removes a weird line during 'make -s buildworld' output and I think it was debugging accidentally left in in 213077 by Warner: Index: newvers.sh =================================================================== --- newvers.sh (revision 228074) +++ newvers.sh (working copy) @@ -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}" ;; -- John Baldwin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201111291607.26546.jhb>