()
| 18 | } |
| 19 | |
| 20 | func (p ProcError) Error() string { |
| 21 | return p.shorttext |
| 22 | } |
| 23 | |
| 24 | // RunProc runs a process to completion, sending output to log |
| 25 | func RunProc(cmd string, shellMethod string, dir string, log termlog.Stream) error { |
no outgoing calls