diff options
Diffstat (limited to 'server_config.go')
-rw-r--r-- | server_config.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/server_config.go b/server_config.go index 3746f23f..b0680852 100644 --- a/server_config.go +++ b/server_config.go @@ -49,7 +49,6 @@ func (cfg *ServerConfig) makeCommand() func() *exec.Cmd { return func() *exec.Cmd { cmd := exec.Command(cmd[0], cmd[1:]...) cmd.Env = append(os.Environ(), cfg.env...) - return cmd } } |