diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-04-17 16:47:28 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-04-17 16:47:28 -0300 |
commit | d783097e88cc4a6e1738d20f83ffafde1c49d2a8 (patch) | |
tree | f670e9180b0801cf657feaa3b51b35ffa393c059 | |
parent | 901c458d2ca66d5bbc95e14aaaffd1ff51bf57c7 (diff) |
Residual test
-rwxr-xr-x | git-shell-commands/hook-install | 1 |
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}" || \ |