bug-autoconf
[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: Akim Demaille
Subject: Re: 5.005_03, BeOS: incorrect $? after system invocation (Was: 2.53b on BeOS, 7 failures)
Date: 02 Sep 2002 09:30:42 +0200
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Honest Recruiter)

| 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 :-)

Thanks Hari!




reply via email to

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