Skip to content

Commit

Permalink
Set delegate_ctlc for rawSystemStdInOut, too
Browse files Browse the repository at this point in the history
  • Loading branch information
robx committed Feb 22, 2022
1 parent f972102 commit 1969327
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Cabal/src/Distribution/Simple/Utils.hs
Original file line number Diff line number Diff line change
Expand Up @@ -946,7 +946,6 @@ rawSystemStdInOut verbosity path args mcwd menv input _ = withFrozenCallStack $
, Process.std_in = Process.CreatePipe
, Process.std_out = Process.CreatePipe
, Process.std_err = Process.CreatePipe
, Process.delegate_ctlc = False -- !!!
}

(exitcode, (mberr1, mberr2)) <- rawSystemProcAction verbosity cp $ \mb_in mb_out mb_err -> do
Expand Down

0 comments on commit 1969327

Please sign in to comment.