From d783097e88cc4a6e1738d20f83ffafde1c49d2a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Reynolds?= Date: Wed, 17 Apr 2013 16:47:28 -0300 Subject: Residual test --- git-shell-commands/hook-install | 1 - 1 file changed, 1 deletion(-) 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}" || \ -- cgit v1.2.3