Merge pull request #928 from MUWASEC/patch-1

fix bash warning message in dockcross.sh
This commit is contained in:
Matt McCormick
2026-02-27 15:39:12 -05:00
committed by GitHub
+1 -1
View File
@@ -218,7 +218,7 @@ elif [ -n "$CYGWIN" ]; then
HOST_PWD="$( cygpath -w "$( readlink -f "$( pwd ;)" ; )" ; )" ;
else
HOST_PWD=$PWD
[ -L $HOST_PWD ] && HOST_PWD=$(readlink $HOST_PWD)
[ -L "$HOST_PWD" ] && HOST_PWD=$(readlink $HOST_PWD)
fi
# Mount Additional Volumes