]> Cypherpunks repositories - gostls13.git/commit
os/exec: make LookPath always search the current directory under Windows.
authorBenny Siegert <bsiegert@gmail.com>
Fri, 2 Dec 2011 03:29:24 +0000 (14:29 +1100)
committerAlex Brainman <alex.brainman@gmail.com>
Fri, 2 Dec 2011 03:29:24 +0000 (14:29 +1100)
commit2a876beb1899d875b80285b3032192f9dc6d7670
tree0051426b066bfe5e981d5db09af32c8734896511
parent517503dab8cab086b431c9cb1a9292ce9831a629
os/exec: make LookPath always search the current directory under Windows.

cmd.exe implicitly looks in "." before consulting PATH.
LookPath should match this behavior.

R=alex.brainman, rsc
CC=golang-dev
https://golang.org/cl/5434093
src/pkg/os/exec/lp_windows.go