Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Sep 2010 08:00:24 GMT
From:      Anonymous <swell.k@gmail.com>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: misc/149510: [build] [patch] CFT: sys/conf/newvers.sh: Cleanup and additions.
Message-ID:  <201009260800.o8Q80OmE026551@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR misc/149510; it has been noted by GNATS.

From: Anonymous <swell.k@gmail.com>
To: jhell@DataIX.net
Cc: bug-followup@FreeBSD.org
Subject: Re: misc/149510: [build] [patch] CFT: sys/conf/newvers.sh: Cleanup and additions.
Date: Sun, 26 Sep 2010 11:44:29 +0400

 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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201009260800.o8Q80OmE026551>