prepare-commit.sh: fix script directory detection

This commit is contained in:
Juergen E. Fischer 2014-11-13 20:44:56 +01:00
parent cbf1d33b9c
commit 701f4644d0

View File

@ -15,7 +15,7 @@
###########################################################################
PATH=$PATH:$(dirname $(readlink -f $0))
PATH=$PATH:$(git rev-parse --show-toplevel)/scripts
if ! type -p astyle.sh >/dev/null; then
echo astyle.sh not found