diff --git a/.git_helpers/hooks/post-commit b/.git_helpers/hooks/post-commit --- a/.git_helpers/hooks/post-commit +++ b/.git_helpers/hooks/post-commit @@ -1,3 +1,2 @@ #!/bin/sh -export PATH=/opt/local/bin:${PATH} -CTAGS_HOOK=1 git ctags 2>&1 +git ctags hook 2>/dev/null