Re: Windows shell discovery (was: Re: Incorrect path and shell script error)

2020-05-08 Thread Loch Brandon
Yes it was just a typo. i didn't have the '$' in the command. Everything else worked as expected. Thanks for the support, Brandon From: Eli Zaretskii Sent: Friday, May 8, 2020 11:04 AM To: Loch Brandon Cc: psm...@gnu.org ; bug-make@gnu.org Subje

Re: Windows shell discovery (was: Re: Incorrect path and shell script error)

2020-05-08 Thread Loch Brandon
Nevermind I fixed this error and everything seems to be working perfectly. Thanks for the support. Looks like have sh.exe in my PATH was the issue. Thanks, Brandon From: Loch Brandon Sent: Friday, May 8, 2020 10:13 AM To: Eli Zaretskii Cc: psm...@gnu.org ; bug

Re: Windows shell discovery (was: Re: Incorrect path and shell script error)

2020-05-08 Thread Loch Brandon
ion directory structure... -- was unexpected at this time. make: *** [dirs] Error 255 From: Eli Zaretskii Sent: Friday, May 8, 2020 9:46 AM To: Loch Brandon Cc: psm...@gnu.org ; bug-make@gnu.

Re: Windows shell discovery (was: Re: Incorrect path and shell script error)

2020-05-08 Thread Loch Brandon
dding the SHELL variable into the makefile. Thanks, Brandon From: Eli Zaretskii Sent: Friday, May 8, 2020 1:22 AM To: Loch Brandon Cc: psm...@gnu.org ; bug-make@gnu.org Subject: Re: Windows shell discovery (was: Re: Incorrect path and shell script error) > From:

Re: Windows shell discovery (was: Re: Incorrect path and shell script error)

2020-05-07 Thread Loch Brandon
psm...@gnu.org Cc: Loch Brandon ; bug-make@gnu.org Subject: Re: Windows shell discovery (was: Re: Incorrect path and shell script error) > From: Paul Smith > Date: Thu, 07 May 2020 15:20:39 -0400 > > Maybe some setting of the make SHELL variable in your makefile can > convence make

Re: Incorrect path and shell script error

2020-05-07 Thread Loch Brandon
hen it hits the error. Thanks, Brandon From: Paul Smith Sent: Wednesday, May 6, 2020 6:34 PM To: Loch Brandon ; bug-make@gnu.org Subject: Re: Incorrect path and shell script error On Wed, 2020-05-06 at 21:06 +, Loch Brandon wrote: > Hello, > I am having the

Incorrect path and shell script error

2020-05-06 Thread Loch Brandon
Hello, I am having the following issue while trying to run make.exe [cid:88a7cdbe-4574-4e97-a77d-92b260e58bba] I am using version 3.78.1. It was working a few months ago until I created a new Windows profile. The path that is used in the error doesn't exist. Could this be an issue with my PATH?