diff options
author | Wolfy-J <[email protected]> | 2018-07-26 16:56:25 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2018-07-26 16:56:25 +0300 |
commit | 234995f297c4067f4dfdba305f3b16a90143cf12 (patch) | |
tree | 48fca37b44593cfa969e3d55ba1e513576c25647 /server_config.go | |
parent | 0b170a3094aaa5f353550806ff409d67642225b9 (diff) |
handle env errors
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 } } |