ShellRunner is the default CommandRunner; it executes via /bin/sh -c when the install_cmd contains shell metacharacters and via exec.Command otherwise.
| 29 | // ShellRunner is the default CommandRunner; it executes via /bin/sh -c when the |
| 30 | // install_cmd contains shell metacharacters and via exec.Command otherwise. |
| 31 | type ShellRunner struct{} |
| 32 | |
| 33 | // Run executes name with args. If name is empty, it falls back to shell mode |
| 34 | // using the first arg as the full command. |
nothing calls this directly
no outgoing calls
no test coverage detected