mirror of
https://github.com/bensuperpc/dockcross.git
synced 2026-07-26 04:48:08 +02:00
Merge pull request #928 from MUWASEC/patch-1
fix bash warning message in dockcross.sh
This commit is contained in:
@@ -218,7 +218,7 @@ elif [ -n "$CYGWIN" ]; then
|
|||||||
HOST_PWD="$( cygpath -w "$( readlink -f "$( pwd ;)" ; )" ; )" ;
|
HOST_PWD="$( cygpath -w "$( readlink -f "$( pwd ;)" ; )" ; )" ;
|
||||||
else
|
else
|
||||||
HOST_PWD=$PWD
|
HOST_PWD=$PWD
|
||||||
[ -L $HOST_PWD ] && HOST_PWD=$(readlink $HOST_PWD)
|
[ -L "$HOST_PWD" ] && HOST_PWD=$(readlink $HOST_PWD)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Mount Additional Volumes
|
# Mount Additional Volumes
|
||||||
|
|||||||
Reference in New Issue
Block a user