From mboxrd@z Thu Jan 1 00:00:00 1970 From: ng0 Subject: Re: wrt git-exec-path patch Date: Mon, 20 Feb 2017 21:47:58 +0000 Message-ID: <20170220214758.vh5zf52cllafys7z@wasp> References: <20170215222648.t55vpdvy6pzulriz@wasp> <20170220205922.2xfb7ghx4y4dhbhv@wasp> <20170220210727.GB16901@jasmine> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51892) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cfvmX-00056h-63 for guix-devel@gnu.org; Mon, 20 Feb 2017 16:46:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cfvmU-0000b3-3Q for guix-devel@gnu.org; Mon, 20 Feb 2017 16:46:05 -0500 Received: from perdizione.investici.org ([2001:41d0:2:33d0::19]:36478) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cfvmT-0000aq-Px for guix-devel@gnu.org; Mon, 20 Feb 2017 16:46:02 -0500 Content-Disposition: inline In-Reply-To: <20170220210727.GB16901@jasmine> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Leo Famulari Cc: guix-devel@gnu.org On 17-02-20 16:07:27, Leo Famulari wrote: > On Mon, Feb 20, 2017 at 08:59:23PM +0000, ng0 wrote: > > export GIT_EXEC_PATH="/home/ng0/.guix-profile/libexec/git-core${GIT_EXEC_PATH:+:}$GIT_EXEC_PATH" > > GIT_EXEC_PATH is not really a search path. Instead, it must point to a > single path. > > This works for me: > /home/leo/.guix-profile/libexec/git-core Okay, this fixed it for me, thanks! > > If there's no solution or explanation, my advice is to revert this. > > Perhaps, or we should make the recommendation show the correct path. Or > patch this path internally while building Git, if possible. >