[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: FYI: 50-gary-work-around-cvs-autoreconf-aclocal-m4t-bug.patch
From: |
Jim Meyering |
Subject: |
Re: FYI: 50-gary-work-around-cvs-autoreconf-aclocal-m4t-bug.patch |
Date: |
Thu, 11 Sep 2003 09:26:05 +0200 |
"Gary V. Vaughan" <address@hidden> wrote:
> Index: lib/Autom4te/FileUtils.pm
...
> @@ -153,6 +153,7 @@ sub update_file ($$)
> {
> # File didn't change, so don't update its mod time.
> msg 'note', "`$to' is unchanged";
> + unlink ($from) || fatal "cannot not remove $from: $!";
Too many `not's there :-)
Re: FYI: 50-gary-work-around-cvs-autoreconf-aclocal-m4t-bug.patch,
Jim Meyering <=