summaryrefslogtreecommitdiffstats
path: root/util/point.sh
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2017-05-02 15:24:47 -0400
committerRich Salz <rsalz@openssl.org>2017-05-03 14:16:58 -0400
commitce1e11bc6f1dcea5c024b2a17626e5035beec9d2 (patch)
treec44651ec5b5dd6fac97a5df5d1278c242a8eeae1 /util/point.sh
parent1f6359db729fa46364435b4899331296d2b91c65 (diff)
Remove some unused scripts
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3368)
Diffstat (limited to 'util/point.sh')
-rwxr-xr-xutil/point.sh10
1 files changed, 0 insertions, 10 deletions
diff --git a/util/point.sh b/util/point.sh
deleted file mode 100755
index da39899cb1..0000000000
--- a/util/point.sh
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh
-
-rm -f "$2"
-if test "$OSTYPE" = msdosdjgpp || test "x$PLATFORM" = xmingw ; then
- cp "$1" "$2"
-else
- ln -s "$1" "$2"
-fi
-echo "$2 => $1"
-