summaryrefslogtreecommitdiff
path: root/usr.bin/join
diff options
context:
space:
mode:
authorJonathan Lemon <jlemon@FreeBSD.org>1997-08-19 15:58:15 +0000
committerJonathan Lemon <jlemon@FreeBSD.org>1997-08-19 15:58:15 +0000
commitfaba086be3f2c684db113b7f244b3324f7462473 (patch)
tree94c45dc9775b002fdbe826ea10145b150db515b5 /usr.bin/join
parenta8c2a76de6088428b61bfad2351ddb4047f3ba8e (diff)
Notes
Diffstat (limited to 'usr.bin/join')
-rw-r--r--usr.bin/join/join.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.bin/join/join.c b/usr.bin/join/join.c
index e3d42cf8f592..276f98848d2e 100644
--- a/usr.bin/join/join.c
+++ b/usr.bin/join/join.c
@@ -46,7 +46,7 @@ static const char copyright[] =
static char sccsid[] = "@(#)join.c 8.6 (Berkeley) 5/4/95";
#endif
static const char rcsid[] =
- "$Id$";
+ "$Id: join.c,v 1.7 1997/07/15 09:57:28 charnier Exp $";
#endif /* not lint */
#include <sys/param.h>
@@ -515,6 +515,9 @@ obsolete(argv)
/* Return if "--". */
if (ap[0] == '-' && ap[1] == '-')
return;
+ /* skip if not an option */
+ if (ap[0] != '-')
+ continue;
switch (ap[1]) {
case 'a':
/*