run git coprocesses with gitEnv
This commit is contained in:
parent
e1baf48d88
commit
0b63ee6cd5
6 changed files with 12 additions and 6 deletions
|
@ -233,5 +233,6 @@ runInteractiveProcess f args c e = do
|
|||
{ std_in = CreatePipe
|
||||
, std_out = CreatePipe
|
||||
, std_err = CreatePipe
|
||||
, env = e
|
||||
}
|
||||
System.Process.runInteractiveProcess f args c e
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue