From aa4d426b4d3527d7e166df1a05058c9a4a0f6683 Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Fri, 30 Apr 2021 00:33:56 +0200 Subject: initial/final commit --- openssl-1.1.0h/util/point.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 openssl-1.1.0h/util/point.sh (limited to 'openssl-1.1.0h/util/point.sh') diff --git a/openssl-1.1.0h/util/point.sh b/openssl-1.1.0h/util/point.sh new file mode 100755 index 0000000..da39899 --- /dev/null +++ b/openssl-1.1.0h/util/point.sh @@ -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" + -- cgit v1.2.3