]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
revert last change
authorJim Meyering <jim@meyering.net>
Mon, 26 Apr 1999 02:18:09 +0000 (02:18 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 26 Apr 1999 02:18:09 +0000 (02:18 +0000)
src/seq.c

index af2be47c6eaafd302884361440c7881ecac06ba7..27ebc9df0e5699b62542fccea4bb80a36ae9503b 100644 (file)
--- 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.  */