Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Jan 2018 23:53:11 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 217149] seq(1) inconsistently omits 'last' when using float increment
Message-ID:  <bug-217149-8-PcFgWu1gZS@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-217149-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-217149-8@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D217149

Jilles Tjoelker <jilles@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jilles@FreeBSD.org

--- Comment #3 from Jilles Tjoelker <jilles@FreeBSD.org> ---
This patch looks like an improvement but will not fix everything. In some
cases, a single addition causes an unexpected result: "seq 1.1 0.1 1.2" pri=
nts
just 1.1, and the patch will not fix that. GNU seq prints both 1.1 and 1.2.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-217149-8-PcFgWu1gZS>