go/src/pkg/exec
Rob Pike 4e9e925002 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
2011-06-03 07:48:06 +10:00
..
Makefile remove nacl 2010-12-15 11:49:23 -05:00
exec.go exec: change exec.PathError to exec.Error 2011-06-03 07:48:06 +10:00
exec_test.go exec: add Cmd methods StdinPipe, StdoutPipe, StderrPipe 2011-06-02 10:26:09 -07:00
lp_test.go exec: change exec.PathError to exec.Error 2011-06-03 07:48:06 +10:00
lp_unix.go exec: change exec.PathError to exec.Error 2011-06-03 07:48:06 +10:00
lp_windows.go exec: change exec.PathError to exec.Error 2011-06-03 07:48:06 +10:00