Commit 83ca5058 authored by Marco Bomben's avatar Marco Bomben Committed by Simon Spannagel
Browse files

ok

(cherry picked from commit 860cc61a)
parent bfba5461
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -6,7 +6,8 @@ REPLACE=("pre-commit-clang-format" "pre-push-tag-version")
WARNING=("pre-commit" "pre-push")

SRCDIR=$(git rev-parse --show-toplevel)/etc/git-hooks
TGTDIR=$(readlink -f $(git rev-parse --git-dir))/hooks
#TGTDIR=$(readlink -f $(git rev-parse --git-dir))/hooks
TGTDIR=$(stat -f $(git rev-parse --git-dir))/hooks

##---