aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/head
diff options
context:
space:
mode:
authorPhilippe Charnier <charnier@FreeBSD.org>1997-07-11 06:13:18 +0000
committerPhilippe Charnier <charnier@FreeBSD.org>1997-07-11 06:13:18 +0000
commit73f3d05336548863adccb223e7ea932375f6eaea (patch)
treed782d7dc60155c8248a01de84abcdd22687b2a1f /usr.bin/head
parent6451b2bfcbb588bd4120360ebf34f1c3be9c06ee (diff)
Notes
Diffstat (limited to 'usr.bin/head')
-rw-r--r--usr.bin/head/head.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/head/head.c b/usr.bin/head/head.c
index 4fb2b0fc6147..632660503831 100644
--- a/usr.bin/head/head.c
+++ b/usr.bin/head/head.c
@@ -42,7 +42,7 @@ static const char copyright[] =
static char sccsid[] = "@(#)head.c 8.2 (Berkeley) 5/4/95";
#endif
static const char rcsid[] =
- "$Id$";
+ "$Id: head.c,v 1.7 1997/07/10 06:46:13 charnier Exp $";
#endif /* not lint */
#include <sys/types.h>
@@ -105,6 +105,7 @@ main(argc, argv)
for (first = 1; *argv; ++argv) {
if ((fp = fopen(*argv, "r")) == NULL) {
warn("%s", *argv);
+ eval = 1;
continue;
}
if (argc > 1) {