summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2013-04-17 16:47:28 -0300
committerNicolás Reynolds <fauno@endefensadelsl.org>2013-04-17 16:47:28 -0300
commitd783097e88cc4a6e1738d20f83ffafde1c49d2a8 (patch)
treef670e9180b0801cf657feaa3b51b35ffa393c059
parent901c458d2ca66d5bbc95e14aaaffd1ff51bf57c7 (diff)
Residual test
-rwxr-xr-xgit-shell-commands/hook-install1
1 files changed, 0 insertions, 1 deletions
diff --git a/git-shell-commands/hook-install b/git-shell-commands/hook-install
index 482a915..afc4e5d 100755
--- a/git-shell-commands/hook-install
+++ b/git-shell-commands/hook-install
@@ -13,7 +13,6 @@ clone="${4:-${repo}}"
# Tests
test -f "${repo}/HEAD"
test -f "${clone}/.git/HEAD"
-test -f "${repo}/hooks/${hook_name}"
# Installs the generic hook that runs scripts
test -f "${repo}/hooks/${hook}" || \