| commit | 4e9e92500249258e9baa77fbaf8075f0c07e56b2 | [log] [tgz] |
|---|---|---|
| author | Rob Pike <r@golang.org> | Fri Jun 03 07:48:06 2011 +1000 |
| committer | Rob Pike <r@golang.org> | Fri Jun 03 07:48:06 2011 +1000 |
| tree | e8fe1056eb49d3d63e3417a61828829bd71eee67 | |
| parent | 31c79c4effb40ea938d2c740ad7149e4ac4a45a6 [diff] |
exec: change exec.PathError to exec.Error There were two issues: 1) It might not be a path error, it might be 'permission denied'. 2) The concept of $PATH is Unix-specific. R=alex.brainman, rsc, r, mattn.jp CC=golang-dev https://golang.org/cl/4530096