From 6e97d9946c111260f88a8b23d4a0db44c928b5ed Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Wed, 11 Aug 2010 12:56:21 +0300 Subject: setup: fix name of hook to create --- setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup b/setup index e9a1e2a..75924f8 100755 --- a/setup +++ b/setup @@ -44,7 +44,7 @@ ln -s $TOOLS_DIR/AUTHORS . git config --add svn.authorsfile AUTHORS # Make sure we have a proper .version file after checkout / pull -for hook in post-checout post-merge; do +for hook in post-checkout post-merge; do if [ ! -r .git/hooks/$hook ]; then ln -s ../../$TOOLS_DIR/version_hook .git/hooks/$hook fi -- cgit v1.2.3