Commit e9f83aa4 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Quoted $LIBDIR in git-hooks source, just in case

parent 924e292a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -23,8 +23,8 @@ set -e
LIBDIR=`readlink -f $(dirname $0)`
HOOKDIR="$LIBDIR/hook-scripts"

source $LIBDIR/string_functions
source $LIBDIR/arg_parse_functions
source "$LIBDIR"/string_functions
source "$LIBDIR"/arg_parse_functions

BIN=`basename "$0"`
GIT="git ${GIT_DIR+--git-dir "${GIT_DIR}"}"