[Bug 217149] seq(1) inconsistently omits 'last' when using float increment
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Jan 19 23:53:12 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217149
Jilles Tjoelker <jilles at FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jilles at FreeBSD.org
--- Comment #3 from Jilles Tjoelker <jilles at 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" prints
just 1.1, and the patch will not fix that. GNU seq prints both 1.1 and 1.2.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list