Skip to content

Commit

Permalink
prepare-commit.sh: fix script directory detection
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Nov 13, 2014
1 parent cbf1d33 commit 701f464
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/prepare-commit.sh
Expand Up @@ -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
Expand Down

0 comments on commit 701f464

Please sign in to comment.