From owner-freebsd-bugs@FreeBSD.ORG Sun Sep 26 08:10:08 2010 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 71068106564A for ; Sun, 26 Sep 2010 08:10:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 467778FC13 for ; Sun, 26 Sep 2010 08:10:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o8Q8A8Mi040248 for ; Sun, 26 Sep 2010 08:10:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o8Q8A7uX040247; Sun, 26 Sep 2010 08:10:07 GMT (envelope-from gnats) Date: Sun, 26 Sep 2010 08:10:07 GMT Message-Id: <201009260810.o8Q8A7uX040247@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: jhell Cc: Subject: Re: misc/149510: [build] [patch] CFT: sys/conf/newvers.sh: Cleanup and additions. X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: jhell List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Sep 2010 08:10:08 -0000 The following reply was made to PR misc/149510; it has been noted by GNATS. From: jhell To: Anonymous Cc: bug-followup@FreeBSD.org Subject: Re: misc/149510: [build] [patch] CFT: sys/conf/newvers.sh: Cleanup and additions. Date: Sun, 26 Sep 2010 04:06:18 -0400 On 09/26/2010 03:44, Anonymous wrote: > Typo in git(1) search path: LOCALBASE vs. LOCALBASE/bin. > > - for dir in /usr/bin ${LOCALBASE:-/usr/local}; do > + for dir in /usr/bin ${LOCALBASE:-/usr/local}/bin; do > > And thanks for including conf/146828. Yikes! thank you. Ill just edit the patch and put it back to where it was in 20 minutes. -- jhell,v