Date: Tue, 29 Nov 2011 17:31:26 -0700 From: Warner Losh <imp@bsdimp.com> To: John Baldwin <jhb@FreeBSD.ORG> Cc: Doug Barton <dougb@FreeBSD.ORG>, Warner Losh <imp@FreeBSD.ORG>, current@FreeBSD.ORG Subject: Re: Remove debug echo Message-ID: <A6C0CFB3-A657-41AA-8A2E-172D95BD0F98@bsdimp.com> In-Reply-To: <201111291607.26546.jhb@freebsd.org> References: <201111291607.26546.jhb@freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
kill it.
Warner
On Nov 29, 2011, at 2:07 PM, John Baldwin wrote:
> Any objections to this? It removes a weird line during 'make -s =
buildworld'=20
> output and I think it was debugging accidentally left in in 213077 by =
Warner:
>=20
> Index: newvers.sh
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
> --- newvers.sh (revision 228074)
> +++ newvers.sh (working copy)
> @@ -99,7 +99,6 @@ for dir in /bin /usr/bin /usr/local/bin; do
> done
>=20
> if [ -n "$svnversion" ] ; then
> - echo "$svnversion"
> svn=3D`cd ${SYSDIR} && $svnversion`
> case "$svn" in
> [0-9]*) svn=3D" r${svn}" ;;
>=20
> --=20
> John Baldwin
>=20
>=20
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?A6C0CFB3-A657-41AA-8A2E-172D95BD0F98>
