=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/sendbug/sendbug.c,v retrieving revision 1.36 retrieving revision 1.37 diff -u -r1.36 -r1.37 --- src/usr.bin/sendbug/sendbug.c 2007/04/06 03:24:08 1.36 +++ src/usr.bin/sendbug/sendbug.c 2007/04/06 07:24:53 1.37 @@ -1,4 +1,4 @@ -/* $OpenBSD: sendbug.c,v 1.36 2007/04/06 03:24:08 ray Exp $ */ +/* $OpenBSD: sendbug.c,v 1.37 2007/04/06 07:24:53 ray Exp $ */ /* * Written by Ray Lai . @@ -93,7 +93,7 @@ argc -= optind; argv += optind; - if (argc > 1) + if (argc > 0) usage(); if ((tmpdir = getenv("TMPDIR")) == NULL || tmpdir[0] == '\0')