> From: "Andre Srinivasan" <[EMAIL PROTECTED]>
> Date: Thu, 15 Jun 2000 10:05:18 -0700 (GMT-8:00)
>
> I just checked that indeed bash is being invoked:
> 
>       $ cat Makefile
> 
>       all:
>               echo $$SHELL
> 
>       $ make
>       echo $SHELL
>       d:/cygnus/cygwin-b20/usr/local/bin/sh.exe
>       $

It would be more convincing to have a proof that Bash is called to run
the command where the problem happens.  Perhaps the quote style
changes Make's decision about this.

If Bash is indeed called, I'd guess this is some bug between Make and
Bash.

Reply via email to