From: Thierry Parmentelat Date: Tue, 25 May 2010 19:19:16 +0000 (+0200) Subject: was creating wrong link X-Git-Tag: foo~139 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=6c42aebf2e52992eae70970ad7d4dea02f7c2623;p=infrastructure.git was creating wrong link --- 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 "" }