On Fri, Jul 30, 2010 at 10:51:28AM +0200, Stefan Bienert wrote: > I'm trying to setup a hook for my project which forces me to check the > spelling of text (here: TeX) files, whenever they change. As > spellchecker I use Aspell, which is giving me a headache at the moment. > The problem is: Running the pre-commit script in the shell works, > started as hook does not. Hooks run without stdio connected to the tty. Have you tried doing "aspell </dev/tty >/dev/tty" in your hook? -Peff -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html