bug-coreutils
[Top][All Lists]
Advanced

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

Re: [PATCH] better diagnostics for seq


From: Pádraig Brady
Subject: Re: [PATCH] better diagnostics for seq
Date: Mon, 18 Feb 2008 15:25:57 +0000
User-agent: Thunderbird 2.0.0.6 (X11/20071008)

Steven Schubiger wrote:
> Attached is a patch that enhances seq's diagnostics. If you agree
> that this is the right way to go, I'll amend other files (ChangeLog,
> etc.) as needed.

Seems sensible. This is what I get on a reasonably recent tree:

$ ./seq -f% 1
./seq: memory exhausted

Note however that on gutsy I get the expected:

$ seq -f% 1
seq: invalid format string: `%'
Try `seq --help' for more information.

So perhaps you could use the existing patch/logic from gutsy?

cheers,
Pádraig.




reply via email to

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