Some TODO

This commit is contained in:
Julian Ospald 2018-10-30 22:19:20 +08:00
parent abfca7fa75
commit c04b5bbea0
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
1 changed files with 1 additions and 0 deletions

1
ghcup
View File

@ -893,6 +893,7 @@ posix_realpath() {
done
mydir="$( cd -P "$( dirname "${mysource}" )" > /dev/null 2>&1 && pwd )"
# TODO: better distinguish between "does not exist" and "permission denied"
if [ -z "${mydir}" ] ; then
(>&2 echo "${1}: Permission denied")
elif [ ! -e "$1" ] ; then