asdf/lib
Daniel Perez a44ec2779a Fix edge case when looking for .asdf-version
cwd can potentially be a symlink, which breaks asdf logic.
The following command will fail to resolve the path correctly:

    env - PWD=/proc/self/cwd PATH=$HOME/.asdf/shims:/bin ruby --version

This first resolves the real path of cwd before continuing to search
for a .tool-versions file
2017-10-25 19:51:13 +09:00
..
commands Merge pull request #237 from DustinChaloupka/install-parent-tool-versions 2017-10-17 23:28:37 +09:00
utils.sh Fix edge case when looking for .asdf-version 2017-10-25 19:51:13 +09:00