autoconf-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Autotest function usage


From: Eric Blake
Subject: Re: Autotest function usage
Date: Wed, 17 Oct 2007 20:03:30 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

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







reply via email to

[Prev in Thread] Current Thread [Next in Thread]