Home
last modified time | relevance | path

Searched refs:shellPath (Results 1 – 1 of 1) sorted by relevance

/build/make/tools/rbcrun/
Dhost.go32 var shellPath string var
183 if shellPath == "" {
187 cmd := exec.Command(shellPath, "-c", command)
239 shellPath = "/bin/sh"
240 if _, err := os.Stat(shellPath); err != nil {
241 shellPath = ""