Commit 9ce47045 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

git-hooks LIBDIR made absolute for testing

parent 620b1620
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@
set -e

# LIBDIR is populated by the install script
LIBDIR=`dirname $0`
LIBDIR=`readlink -f $(dirname $0)`
source $LIBDIR/string_functions
source $LIBDIR/arg_parse_functions