misc/149510: [build] [patch] CFT: sys/conf/newvers.sh: Cleanup and additions.

Anonymous swell.k at gmail.com
Sun Sep 26 08:00:24 UTC 2010


The following reply was made to PR misc/149510; it has been noted by GNATS.

From: Anonymous <swell.k at gmail.com>
To: jhell at DataIX.net
Cc: bug-followup at 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.


More information about the freebsd-bugs mailing list