]> WPIA git - cassiopeia.git/blobdiff - lib/openssl/util/point.sh
add: execute openssl fetcher to fetch openssl 1.0.1j
[cassiopeia.git] / lib / openssl / util / point.sh
diff --git a/lib/openssl/util/point.sh b/lib/openssl/util/point.sh
new file mode 100755 (executable)
index 0000000..da39899
--- /dev/null
@@ -0,0 +1,10 @@
+#!/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"
+