From 6c42aebf2e52992eae70970ad7d4dea02f7c2623 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Tue, 25 May 2010 21:19:16 +0200 Subject: [PATCH] was creating wrong link --- scripts/git-check.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "" } -- 2.43.0