summaryrefslogtreecommitdiffstats
path: root/prank
diff options
context:
space:
mode:
Diffstat (limited to 'prank')
-rwxr-xr-xprank2
1 files changed, 1 insertions, 1 deletions
diff --git a/prank b/prank
index 125e9d2..31a191e 100755
--- a/prank
+++ b/prank
@@ -14,7 +14,7 @@ then
exit 1
fi
-pr_checksum_prog="pagerank"
+pr_checksum_prog="$(dirname $0)/pagerank"
if [ ! -x $pr_checksum_prog ]
then