From owner-freebsd-current@FreeBSD.ORG Wed Nov 30 00:34:29 2011 Return-Path: Delivered-To: current@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4BD96106566C; Wed, 30 Nov 2011 00:34:29 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 914B98FC18; Wed, 30 Nov 2011 00:34:25 +0000 (UTC) Received: from [22.166.79.178] (mcc0536d0.tmodns.net [208.54.5.204]) (authenticated bits=0) by harmony.bsdimp.com (8.14.4/8.14.3) with ESMTP id pAU0UquH065764 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES128-SHA bits=128 verify=NO); Tue, 29 Nov 2011 17:31:27 -0700 (MST) (envelope-from imp@bsdimp.com) Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii From: Warner Losh In-Reply-To: <201111291607.26546.jhb@freebsd.org> Date: Tue, 29 Nov 2011 17:31:26 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: References: <201111291607.26546.jhb@freebsd.org> To: John Baldwin X-Mailer: Apple Mail (2.1084) X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.0.1 (harmony.bsdimp.com [10.0.0.6]); Tue, 29 Nov 2011 17:31:29 -0700 (MST) Cc: Doug Barton , Warner Losh , current@FreeBSD.ORG Subject: Re: Remove debug echo X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Nov 2011 00:34:29 -0000 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