Mail Archives: cygwin/1997/09/05/20:27:19
It seems that when our make files (for gnu make) try to shell out
a new process, the result is a new DOS command interpreter, not a UNIX
style Bash shell. We noticed the problem when we saw that the
shelled out processes could not interpret UNIX style path names.
We have tried specifying a shell in our make files with the following
command:
SHELL = $(SHELL_PATH)/sh.exe
but Bash does not allow this assignment.
How can we configure Bash so that it uses sh to shell out new processes?
Thanks,
Brian.
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request AT cygnus DOT com" with one line of text: "help".
- Raw text -