On 4/12/06, Linus Torvalds <torvalds@xxxxxxxx> wrote: > +if [ "$GIT_DIFF_PAGER" ] && tty -s <&1; then Maybe use "-t" here? I have at least one system which has no tty installed. Like this: if [ -n "$GIT_DIFF_PAGER" -a -t ]; then ... - : 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