X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=util%2Fpoint.sh;h=47543c88e267d9d6580c7568285d3ae9c1b68deb;hp=92c12e82829831d10c69af63ed6b72f85c476252;hb=e5d6528a1223a7f94fe399881451589d6a5ad0bb;hpb=eda1f21f1af8b6f77327e7b37573af9c1ba73726 diff --git a/util/point.sh b/util/point.sh index 92c12e8282..47543c88e2 100755 --- a/util/point.sh +++ b/util/point.sh @@ -1,4 +1,6 @@ #!/bin/sh -/bin/rm -f $2 +rm -f $2 ln -s $1 $2 +echo "$2 => $1" +