Skip to content

Commit

Permalink
Merge pull request #1611 from manisandro/readlink
Browse files Browse the repository at this point in the history
Use readlink -f to determine source directory in scripts/prepare-commit.sh
  • Loading branch information
jef-n committed Oct 5, 2014
2 parents 3c95b5b + fa15784 commit 1346cb6
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 $0)
PATH=$PATH:$(dirname $(readlink -f $0))

if ! type -p astyle.sh >/dev/null; then
echo astyle.sh not found
Expand Down

0 comments on commit 1346cb6

Please sign in to comment.