diff --git a/exec/command.go b/exec/command.go index 86dc649..41c516d 100644 --- a/exec/command.go +++ b/exec/command.go @@ -51,8 +51,6 @@ func Command(name string, arg ...string) (*Cmd, error) { } cmd.Env = os.Environ() - cmd.Stdout = os.Stdout - cmd.Stderr = os.Stderr return cmd, nil }