Re: [PATCH] Cygwin: Launch cygmagic with bash, not sh

2020-12-08 Thread Jon Turney
On 07/12/2020 06:17, Mark Geisert wrote: On some systems /bin/sh is not /bin/bash and cygmagic has bash-isms in it. So even though cygmagic has a /bin/bash shebang, it also needs to be launched with bash from within Makefile.in. Thanks. Since cygmagic is executable, I don't think we actually

Re: [PATCH] Cygwin: Launch cygmagic with bash, not sh

2020-12-07 Thread Corinna Vinschen via Cygwin-patches
On Dec 6 22:17, Mark Geisert wrote: > On some systems /bin/sh is not /bin/bash and cygmagic has bash-isms in > it. So even though cygmagic has a /bin/bash shebang, it also needs to be > launched with bash from within Makefile.in. > > --- > winsup/cygwin/Makefile.in | 4 ++-- > 1 file changed, 2

[PATCH] Cygwin: Launch cygmagic with bash, not sh

2020-12-06 Thread Mark Geisert
On some systems /bin/sh is not /bin/bash and cygmagic has bash-isms in it. So even though cygmagic has a /bin/bash shebang, it also needs to be launched with bash from within Makefile.in. --- winsup/cygwin/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/winsup