Eric Blake <[EMAIL PROTECTED]> writes:
> Looks okay, except you forgot to adjust gnulib/tests/test-xstrto[iu]max.sh.
Thanks, I'll fix that.
> Also, is it safe to use ! unquoted in heredocs where the delimiter is not
> escaped? Or is there a chance that some shell will try to expand it as a
> hi
Jim Meyering <[EMAIL PROTECTED]> writes:
> find's locate.c uses it, too.
Thanks for mentioning that. Here's a patch for that, which I've
verified with 'make check' in findutils. It can be installed if the
proposed gnulib change is OK.
2007-08-09 Paul Eggert <[EMAIL PROTECTED]>
* loc
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
According to Paul Eggert on 8/9/2007 4:04 PM:
> Jim Meyering <[EMAIL PROTECTED]> writes:
>
>> find's locate.c uses it, too.
Actually, you would also need to bump find's gnulib-import.config to pull
in a newer date, before this matters.
> - while ((
Paul Eggert <[EMAIL PROTECTED]> wrote:
> Jim Meyering <[EMAIL PROTECTED]> writes:
>
>> find's locate.c uses it, too.
>
> Thanks for mentioning that. Here's a patch for that, which I've
> verified with 'make check' in findutils. It can be installed if the
> proposed gnulib change is OK.
All of yo