X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=util%2Fpoint.sh;h=da39899cb19e9c85ce58b1da5f9214fda81a742f;hb=628afe685e3f0f376be5bf1a9569c268dd03f4c6;hp=4790e08f8a618657a9c32024f36d4b2099229f00;hpb=490967195a57553c2a8f6606d2a34f86d80b0257;p=oweals%2Fopenssl.git diff --git a/util/point.sh b/util/point.sh index 4790e08f8a..da39899cb1 100755 --- a/util/point.sh +++ b/util/point.sh @@ -1,7 +1,7 @@ #!/bin/sh rm -f "$2" -if test "$OSTYPE" = msdosdjgpp; then +if test "$OSTYPE" = msdosdjgpp || test "x$PLATFORM" = xmingw ; then cp "$1" "$2" else ln -s "$1" "$2"