mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-16 03:49:52 +00:00
Squashed 'tools/' changes from c407250..e89b0b1
e89b0b1 Thingdoer REVERT: c407250 Thingdoer git-subtree-dir: tools git-subtree-split: e89b0b18d6ac114c10021830eda90f8389b92eb2
This commit is contained in:
@@ -23,7 +23,7 @@ type thing struct {
|
||||
func (t *thing) run() {
|
||||
var out bytes.Buffer
|
||||
|
||||
cmd := exec.Command("/bin/sh", "-c", t.Command)
|
||||
cmd := exec.Command("/bin/bash", "-c", t.Command)
|
||||
cmd.Env = os.Environ()
|
||||
cmd.Stdout = &out
|
||||
cmd.Stderr = &out
|
||||
|
||||
Reference in New Issue
Block a user