diff options
Diffstat (limited to '')
| -rw-r--r-- | src/lib/libcrypto/util/point.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/libcrypto/util/point.sh b/src/lib/libcrypto/util/point.sh index 92c12e8282..47543c88e2 100644 --- a/src/lib/libcrypto/util/point.sh +++ b/src/lib/libcrypto/util/point.sh | |||
| @@ -1,4 +1,6 @@ | |||
| 1 | #!/bin/sh | 1 | #!/bin/sh |
| 2 | 2 | ||
| 3 | /bin/rm -f $2 | 3 | rm -f $2 |
| 4 | ln -s $1 $2 | 4 | ln -s $1 $2 |
| 5 | echo "$2 => $1" | ||
| 6 | |||
