Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix an infinite loop in safe_install_dir.sh.
`pwd -P` was returning `//some/path` and the condition `[[ "${PWD}" == / ]]` would end up as `[[ // == / ]]` and get stuck.
- Loading branch information