Descriptioncmd/go: allow ~ in middle of path, just not at beginning
An earlier CL disallowed ~ anywhere in GOPATH, to avoid
problems with GOPATH='~/home' instead of GOPATH=~/home.
But ~ is only special in the shell at the beginning of each of
the paths in the list, and some paths do have ~ in the middle.
So relax the requirement slightly.
Fixes issue 4140.
Patch Set 1 #Patch Set 2 : diff -r cc6264adc22b https://code.google.com/p/go/ #Patch Set 3 : diff -r cc6264adc22b https://code.google.com/p/go/ #
Total comments: 1
Patch Set 4 : diff -r 62c96dd0ddc3 https://code.google.com/p/go/ #MessagesTotal messages: 3
|