[Haskell-cafe] Picking a shell for runCommand

2006-02-28 Thread Tom Hawkins
It appears runCommand uses /bin/sh by default, but our environment needs tcsh. Is there any way to set an alternative shell? -Tom ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

Re: [Haskell-cafe] Picking a shell for runCommand

2006-02-28 Thread Donn Cave
On Tue, 28 Feb 2006, Tom Hawkins wrote: It appears runCommand uses /bin/sh by default, but our environment needs tcsh. Is there any way to set an alternative shell? Ideally, it would be better to fix your environment, but something like this should work if you can't do that - runSh cmd =