summaryrefslogtreecommitdiffstats
path: root/functions
diff options
context:
space:
mode:
Diffstat (limited to 'functions')
-rw-r--r--functions2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions b/functions
index 78c59ae..e424b1c 100644
--- a/functions
+++ b/functions
@@ -171,7 +171,7 @@ parse_hook()
done
if [ "x${SCRIPT}" != "x" ]; then
- add_file "${HOOKDIR}${SCRIPT}"
+ add_file "${HOOKDIR}/${SCRIPT}"
fi
}
# vim: set ft=sh ts=4 sw=4 noet: