From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: wrt git-exec-path patch Date: Mon, 20 Feb 2017 16:07:27 -0500 Message-ID: <20170220210727.GB16901@jasmine> References: <20170215222648.t55vpdvy6pzulriz@wasp> <20170220205922.2xfb7ghx4y4dhbhv@wasp> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44249) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cfvBG-0001LM-Kg for guix-devel@gnu.org; Mon, 20 Feb 2017 16:07:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cfvBC-0006zr-KI for guix-devel@gnu.org; Mon, 20 Feb 2017 16:07:34 -0500 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:56114) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cfvBC-0006zj-EM for guix-devel@gnu.org; Mon, 20 Feb 2017 16:07:30 -0500 Received: from localhost (c-73-188-17-148.hsd1.pa.comcast.net [73.188.17.148]) by mail.messagingengine.com (Postfix) with ESMTPA id 897EF7E21D for ; Mon, 20 Feb 2017 16:07:28 -0500 (EST) Content-Disposition: inline In-Reply-To: <20170220205922.2xfb7ghx4y4dhbhv@wasp> 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: guix-devel@gnu.org 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 > 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.