autoconf-patches
[Top][All Lists]
Advanced

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

Re: 5.005_03, BeOS: incorrect $? after system invocation (Was: 2.53b on


From: Raja R Harinath
Subject: Re: 5.005_03, BeOS: incorrect $? after system invocation (Was: 2.53b on BeOS, 7 failures)
Date: Thu, 29 Aug 2002 16:58:03 -0500
User-agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.3.50 (i686-pc-linux-gnu)

Hi,

Akim Demaille <address@hidden> writes:

> Index: lib/Autom4te/General.pm
> ===================================================================
[snip]
> @@ -408,7 +424,7 @@
>       }
>        $in->close;
>        unlink ($from)
> -     or die "$me: cannot not remove $from: $!\n";
> +     or die "cannot not remove $from: $!";
>        return;
>      }

That should be an 'error' too :-)

- Hari
-- 
Raja R Harinath ------------------------------ address@hidden




reply via email to

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