
28 Feb
2006
28 Feb
'06
12:15 p.m.
It appears runCommand uses /bin/sh by default, but our environment needs tcsh. Is there any way to set an alternative shell? -Tom

28 Feb
28 Feb
12:38 p.m.
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 = runProcess "/bin/tcsh" ["-c", cmd] Nothing Nothing Nothing Nothing Nothing The 2nd parameter is argv with argv[0] gratuitously removed. Donn Cave, donn@drizzle.com
7021
Age (days ago)
7021
Last active (days ago)
1 comments
2 participants
participants (2)
-
Donn Cave
-
Tom Hawkins