From: bbarr AT intertv DOT com (Brian Barr) Subject: problem shelling out new processes in Bash B1.8 for NT4.0 5 Sep 1997 20:27:19 -0700 Approved: cygnus DOT gnu-win32 AT cygnus DOT com Distribution: cygnus Message-ID: <199709021948.PAA09510.cygnus.gnu-win32@mecca.intertv.com> Original-To: gnu-win32 AT cygnus DOT com X-Sun-Charset: US-ASCII Original-Sender: owner-gnu-win32 AT cygnus DOT com 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".