Jean Wolter writes:
authorEric Andersen <andersen@codepoet.org>
Wed, 4 Feb 2004 11:01:19 +0000 (11:01 -0000)
committerEric Andersen <andersen@codepoet.org>
Wed, 4 Feb 2004 11:01:19 +0000 (11:01 -0000)
commitc71c18957d9f990d7373ab39d84e9156dcc7391d
tree04a4c2fe08bfb6f953e9b3ec784ff3f9e791f70d
parentc06f568ddaaa65a05080234ec205593e2424dc45
Jean Wolter writes:

Hello,

when calling seq with

    seq 1 1

it generates an "endless" list of numbers until the counter wraps and
reaches 1 again. The follwoing small patch should introduce the
expected behavior (output of 1 and termination):

regards,
Jean
coreutils/seq.c