Eugene Kotlyarov <[EMAIL PROTECTED]> writes: > Reason is that makefile is oriented on bash, and make uses simple > sh. There is some environment variable to set up program for make > subshell, but last time I've tried it, it didn't work.
For complicated reasons, "make" ignores the environment variable. But I have added this to the top of the Makefile for the next release: SHELL = /bin/bash This should take care of it without needing symlinks. I am thinking about releasing a 4.0b today. Do either of you guys feel like writing up a current set of Cygwin instructions? - Pat ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ unattended-info mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/unattended-info
