Skip to content

Commit

Permalink
Set use_orig_ExecuteProcess[] to true (#906)
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin authored Jun 27, 2023
1 parent 89d856f commit 72441a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/exec.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Replacement for the GAP kernel function ExecuteProcess
const use_orig_ExecuteProcess = Ref{Bool}(false)
const use_orig_ExecuteProcess = Ref{Bool}(true)
function GAP_ExecuteProcess(dir::GapObj, prg::GapObj, in::Int, out::Int, args::GapObj)
if use_orig_ExecuteProcess[]
return GAP.Globals._ORIG_ExecuteProcess(dir, prg, in, out, args)
Expand Down

0 comments on commit 72441a3

Please sign in to comment.