summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-04-06 15:22:01 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-04-06 15:22:01 +0000
commit220bd84911bd25518259f68568fd724309d71e62 (patch)
tree00640ad462ed85f26cad1c52bbaa61883dc28f7e /util
parentdec95a126a9330ff432cab81a8e34149f06cfba8 (diff)
Updates from 1.0.0-stable
Diffstat (limited to 'util')
-rwxr-xr-xutil/point.sh2
1 files changed, 1 insertions, 1 deletions
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"