Wed, 03 Apr 2019 09:39:15 -0500
Need to reopen the pipes actually
--- a/bin/git-ctags +++ b/bin/git-ctags @@ -26,7 +26,7 @@ opts = File.exists?(conf) ? "--options if running_hook fork and exit - [STDIN, STDOUT, STDERR].each(&:close) + [STDIN, STDOUT, STDERR].each {|p| p.reopen '/dev/null'} sleep 5 end