diff options
Diffstat (limited to 'openssl/trunk/util/point.sh')
-rwxr-xr-x | openssl/trunk/util/point.sh | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/openssl/trunk/util/point.sh b/openssl/trunk/util/point.sh deleted file mode 100755 index 4790e08f..00000000 --- a/openssl/trunk/util/point.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh - -rm -f "$2" -if test "$OSTYPE" = msdosdjgpp; then - cp "$1" "$2" -else - ln -s "$1" "$2" -fi -echo "$2 => $1" - |