Ralf Wildenhues <Ralf.Wildenhues <at> gmx.de> writes: Hi Ralf,
> -[ AT_ordinal ) at_func_test AT_ordinal ;;]) > +[ AT_ordinal ) > + if at_func_test AT_ordinal && . "$at_test_source"; then :; else It's hard to see this in an email, but your patch introduced trailing whitespace. You may want to consider 'chmod +x .git/hooks/pre-commit' which will catch this before you commit. (However, I did have to patch that particular hook; the git 1.5.3.2 version complained about using line-feed by itself on a line, even though that is a common idiom in various GNU projects as a nice way to subdivide files into coherent sections). -- Eric Blake
