summaryrefslogtreecommitdiff
path: root/util/point.sh
diff options
context:
space:
mode:
authorsteve <steve>2009-04-06 15:21:59 +0000
committersteve <steve>2009-04-06 15:21:59 +0000
commit5f56b30f15de6161570467687feb88e316a2b9b8 (patch)
treecdaaab63953aeb40e414ef2a529440308929e791 /util/point.sh
parentb26116b81f8c6e6898acc4448c44deb19621dfa2 (diff)
downloadopenssl-5f56b30f15de6161570467687feb88e316a2b9b8.tar.gz
Updates from 1.0.0-stable
Diffstat (limited to 'util/point.sh')
-rwxr-xr-xutil/point.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/point.sh b/util/point.sh
index 4790e08f8..da39899cb 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"