Merge pull request #414 from gnawhleinad/master

if PWD is a symbolic link then read / find the link
This commit is contained in:
Matt McCormick 2020-05-26 08:05:55 -04:00 committed by GitHub
commit 258041dc1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -200,6 +200,7 @@ elif [ -n "$MSYS" ]; then
HOST_PWD=${HOST_PWD/\//:\/}
else
HOST_PWD=$PWD
[ -L $HOST_PWD ] && HOST_PWD=$(readlink $HOST_PWD)
fi
# Mount Additional Volumes