[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: wrt git-exec-path patch
From: |
ng0 |
Subject: |
Re: wrt git-exec-path patch |
Date: |
Mon, 20 Feb 2017 21:47:58 +0000 |
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.
>