only setup precommit hook for git, github allows non git downloads through tags and zips
This commit is contained in:
parent
25b4fed7b3
commit
e482c00cb1
@ -10,4 +10,7 @@ else
|
||||
fi
|
||||
|
||||
autoreconf --install --force --verbose
|
||||
ln -s -f ../../pre-commit.sh .git/hooks/pre-commit
|
||||
|
||||
if test -d .git; then
|
||||
ln -s -f ../../pre-commit.sh .git/hooks/pre-commit
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user