Re: Windows git bash - child processes see system PATH environment variable instead of user...

2016-02-19 Thread Johannes Schindelin
Hi Edward, On Fri, 19 Feb 2016, Edward Marshall wrote: > Hey, thanks for getting back to me. I subseuqently found the > git-for-windows issues tracker on github so have posted an updated > version of this there - not sure where is the best place for issues. It is the best place for

Re: Windows git bash - child processes see system PATH environment variable instead of user...

2016-02-19 Thread Edward Marshall
Hey, thanks for getting back to me. I subseuqently found the git-for-windows issues tracker on github so have posted an updated version of this there - not sure where is the best place for issues. I have also found that the cause was having %VPROJECT%..\bin inside my user PATH but no VPROJECT

Re: Windows git bash - child processes see system PATH environment variable instead of user...

2016-02-19 Thread Johannes Schindelin
Hi Edward, On Wed, 17 Feb 2016, Edward Marshall wrote: > Edward@Edward-PC MINGW64 /f/Work > $ echo $PATH > ...(USER PATH)... I presume this is Git for Windows 2.7.1(2), installed via the default installer? And I also assume that you run this in Git Bash? Can you test whether this also happens

Windows git bash - child processes see system PATH environment variable instead of user...

2016-02-17 Thread Edward Marshall
This happens on my Windows 7 Home Premium x64 SP1 Desktop, but not on my Windows 10 Pro x64 laptop. Everything used to work fine until I updated my Desktop to the latest version of Git (the laptop has the same version but was a totally clean install as it is a new laptop) Edward@Edward-PC