mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-06-10 21:19:26 +02:00
if PWD is a symbolic link then read / find the link
so docker mounts the volume properly
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user