X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=scripts%2Fgit-check.sh;fp=scripts%2Fgit-check.sh;h=43f2c5d8c1e8ab6fcb7ec4da3d8e4b6d22aacf2c;hb=6c42aebf2e52992eae70970ad7d4dea02f7c2623;hp=9c98c728e7d6fec689d9b4d10a87a2afa8a3a413;hpb=8c0893c084989f05b63ae684c3b9d7a99e5d9f76;p=infrastructure.git diff --git a/scripts/git-check.sh b/scripts/git-check.sh index 9c98c72..43f2c5d 100755 --- a/scripts/git-check.sh +++ b/scripts/git-check.sh @@ -76,7 +76,7 @@ function check_hooks () { b=$(basename $arg .git) git=${b}.git echo -n "$git " - (cd $git/hooks; [ -h post-receive ] || ln -sf /usr/share/doc/git-1.5.5.6/hooks/post-receive-email . ) + (cd $git/hooks; [ -h post-receive ] || ln -sf /usr/share/doc/git-1.5.5.6/hooks/post-receive-email post-receive ) done echo "" }