artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec2e798
)
"mail.local -H" is valid usage.
author
millert
<millert@openbsd.org>
Fri, 28 Mar 1997 02:16:40 +0000
(
02:16
+0000)
committer
millert
<millert@openbsd.org>
Fri, 28 Mar 1997 02:16:40 +0000
(
02:16
+0000)
libexec/mail.local/mail.local.c
patch
|
blob
|
history
diff --git
a/libexec/mail.local/mail.local.c
b/libexec/mail.local/mail.local.c
index
7ee9de3
..
fb98d49
100644
(file)
--- a/
libexec/mail.local/mail.local.c
+++ b/
libexec/mail.local/mail.local.c
@@
-39,7
+39,7
@@
char copyright[] =
#ifndef lint
/*static char sccsid[] = "from: @(#)mail.local.c 5.6 (Berkeley) 6/19/91";*/
-static char rcsid[] = "$Id: mail.local.c,v 1.1
2 1997/02/12 15:12:27 deraad
t Exp $";
+static char rcsid[] = "$Id: mail.local.c,v 1.1
3 1997/03/28 02:16:40 miller
t Exp $";
#endif /* not lint */
#include <sys/param.h>
@@
-112,7
+112,7
@@
main(argc, argv)
argc -= optind;
argv += optind;
- if (!*argv)
+ if (!*argv
&& !holdme
)
usage();
if (holdme)