Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't exit if $GOPATH/src is a symlink
EvalSymlinks() before comparing the `pwd` with $GOPATH/src so that in the case where $GOPATH/src is a symbolic link (to a case sensitive filesystem on a mac for instance) the `kit` command will still execute successfully.
- Loading branch information