Re: shebang env sh stopped working with coreutils-8.32-1

2022-06-03 Thread Ken Brown
[Resending with CC.] On 6/2/2022 10:02 AM, Ken Brown wrote: On 6/2/2022 8:49 AM, Daniel Jeliński wrote: Thank you for posting your steps, they helped me solve this issue. Everything on my end was similar, except that instead of bash configure I used a custom script that was supposed to prepare

Re: shebang env sh stopped working with coreutils-8.32-1

2022-06-02 Thread Ken Brown
On 6/2/2022 8:49 AM, Daniel Jeliński wrote: Thank you for posting your steps, they helped me solve this issue. Everything on my end was similar, except that instead of bash configure I used a custom script that was supposed to prepare the environment. On closer inspection, it turned out that the

Re: shebang env sh stopped working with coreutils-8.32-1

2022-06-02 Thread Daniel Jeliński
Hi Takashi, Thank you for posting your steps, they helped me solve this issue. Everything on my end was similar, except that instead of bash configure I used a custom script that was supposed to prepare the environment. On closer inspection, it turned out that the script was downloading make 4.0 an

Re: shebang env sh stopped working with coreutils-8.32-1

2022-06-02 Thread Takashi Yano
On Wed, 1 Jun 2022 21:38:53 +0200 Daniel Jeliński wrote: > śr., 1 cze 2022 o 18:21 Ken Brown napisał(a): > > The original report on that issue > > (https://cygwin.com/pipermail/cygwin/2022-March/251095.html) described it as > > long-standing. Are you saying that it got worse with cygwin-3.3.x? T

Re: shebang env sh stopped working with coreutils-8.32-1

2022-06-01 Thread Daniel Jeliński
śr., 1 cze 2022 o 18:21 Ken Brown napisał(a): > > On 6/1/2022 9:29 AM, Daniel Jeliński wrote: > > You're right, I'm still on cygwin 3.2.0 because of issues with running > > make (see "GNU make losing jobserver tokens"). > > The original report on that issue > (https://cygwin.com/pipermail/cygwin/2

Re: shebang env sh stopped working with coreutils-8.32-1

2022-06-01 Thread Ken Brown
On 6/1/2022 9:29 AM, Daniel Jeliński wrote: You're right, I'm still on cygwin 3.2.0 because of issues with running make (see "GNU make losing jobserver tokens"). The original report on that issue (https://cygwin.com/pipermail/cygwin/2022-March/251095.html) described it as long-standing. Are

Re: shebang env sh stopped working with coreutils-8.32-1

2022-06-01 Thread Daniel Jeliński
Hi Ken, Thanks for checking. You're right, I'm still on cygwin 3.2.0 because of issues with running make (see "GNU make losing jobserver tokens"). Tested with cygwin-3.3.5 and env seems to work. Sorry for the noise. Regards, Daniel śr., 1 cze 2022 o 15:03 Ken Brown napisał(a): > > On 6/1/2022 8:3

Re: shebang env sh stopped working with coreutils-8.32-1

2022-06-01 Thread Ken Brown
On 6/1/2022 8:33 AM, Daniel Jeliński wrote: Hi all, As the title says. To reproduce: - create a file (test.sh) with the following contents: #!/usr/bin/env sh echo success - make it executable (chmod a+x test.sh) - execute (./test.sh) With coreutils-8.26-2 the script prints "success". With core