Delete the unnecessary ERR and ERRC lines in makefiles, add some functionality
[openssl.git] / util / point.sh
index 92c12e82829831d10c69af63ed6b72f85c476252..47543c88e267d9d6580c7568285d3ae9c1b68deb 100755 (executable)
@@ -1,4 +1,6 @@
 #!/bin/sh
 
-/bin/rm -f $2
+rm -f $2
 ln -s $1 $2
+echo "$2 => $1"
+