diff options
Diffstat (limited to 'src/os/exec/exec.go')
| -rw-r--r-- | src/os/exec/exec.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os/exec/exec.go b/src/os/exec/exec.go index 2f4bdffe9c..138be29ecf 100644 --- a/src/os/exec/exec.go +++ b/src/os/exec/exec.go @@ -348,7 +348,7 @@ type ctxResult struct { timer *time.Timer } -var execwait = godebug.New("execwait") +var execwait = godebug.New("#execwait") var execerrdot = godebug.New("execerrdot") // Command returns the Cmd struct to execute the named program with |
