diff options
Diffstat (limited to 'lib/libcrypto/util/point.sh')
-rw-r--r-- | lib/libcrypto/util/point.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/libcrypto/util/point.sh b/lib/libcrypto/util/point.sh new file mode 100644 index 00000000000..92c12e82829 --- /dev/null +++ b/lib/libcrypto/util/point.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +/bin/rm -f $2 +ln -s $1 $2 |