From ff48c0d9098080b51ea12710029135916d117806 Mon Sep 17 00:00:00 2001 From: marha Date: Tue, 30 Mar 2010 12:36:28 +0000 Subject: svn merge -r514:HEAD ^/branches/released . --- openssl/util/point.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openssl/util/point.sh') diff --git a/openssl/util/point.sh b/openssl/util/point.sh index 4790e08f8..da39899cb 100644 --- a/openssl/util/point.sh +++ b/openssl/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" -- cgit v1.2.3