summaryrefslogtreecommitdiff
path: root/util/point.sh
diff options
context:
space:
mode:
Diffstat (limited to 'util/point.sh')
-rwxr-xr-xutil/point.sh4
1 files changed, 3 insertions, 1 deletions
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"
+