From e6ee5cdb301e75a1e19e4317138a139a1e68f46f Mon Sep 17 00:00:00 2001 From: Sitaram Chamarty Date: Wed, 31 Mar 2010 14:42:41 +0530 Subject: [PATCH] 4b7d144 should have touched this also --- src/gl-setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gl-setup b/src/gl-setup index b31c6c5..b12d9fd 100755 --- a/src/gl-setup +++ b/src/gl-setup @@ -84,7 +84,7 @@ gl-compile-conf -q od=$PWD cd; cd $REPO_BASE/gitolite-admin.git GIT_WORK_TREE=$GL_ADMINDIR git add conf/gitolite.conf keydir -GIT_WORK_TREE=$GL_ADMINDIR git diff --cached --quiet || GIT_WORK_TREE=$GL_ADMINDIR git commit -am start +GIT_WORK_TREE=$GL_ADMINDIR git diff --cached --quiet 2>/dev/null || GIT_WORK_TREE=$GL_ADMINDIR git commit -am start cd $od # now that the admin repo is created, you have to set the hooks properly; best