Searched refs:shellPath (Results 1 – 1 of 1) sorted by relevance
32 var shellPath string var183 if shellPath == "" {187 cmd := exec.Command(shellPath, "-c", command)239 shellPath = "/bin/sh"240 if _, err := os.Stat(shellPath); err != nil {241 shellPath = ""