mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-01-03 13:44:27 +01:00
Merge pull request #414 from gnawhleinad/master
if PWD is a symbolic link then read / find the link
This commit is contained in:
commit
258041dc1c
@ -200,6 +200,7 @@ elif [ -n "$MSYS" ]; then
|
|||||||
HOST_PWD=${HOST_PWD/\//:\/}
|
HOST_PWD=${HOST_PWD/\//:\/}
|
||||||
else
|
else
|
||||||
HOST_PWD=$PWD
|
HOST_PWD=$PWD
|
||||||
|
[ -L $HOST_PWD ] && HOST_PWD=$(readlink $HOST_PWD)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Mount Additional Volumes
|
# Mount Additional Volumes
|
||||||
|
Loading…
Reference in New Issue
Block a user