From: Jim Meyering Date: Mon, 26 Apr 1999 02:18:09 +0000 (+0000) Subject: revert last change X-Git-Tag: SH-UTILS-1_16h~51 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0d13ededcee45c4a0aaff5ff21c773fd33e3dfd0;p=thirdparty%2Fcoreutils.git revert last change --- diff --git a/src/seq.c b/src/seq.c index af2be47c6e..27ebc9df0e 100644 --- a/src/seq.c +++ b/src/seq.c @@ -140,12 +140,6 @@ main (int argc, char **argv) } #endif - if (argc == 1) - { - error (0, 0, _("too few arguments")); - usage (1); - } - /* We have to handle negative numbers in the command line but this conflicts with the command line arguments. So explicitly check first whether the next argument looks like a negative number. */