give main an exit(0); bug report 4.3BSD/etc/97
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Fri, 13 Nov 1987 02:52:52 +0000 (18:52 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Fri, 13 Nov 1987 02:52:52 +0000 (18:52 -0800)
SCCS-vsn: usr.sbin/config/main.c 5.6

usr/src/usr.sbin/config/main.c

index 4cb3e36..4ad88dc 100644 (file)
@@ -11,7 +11,7 @@ char copyright[] =
 #endif not lint
 
 #ifndef lint
 #endif not lint
 
 #ifndef lint
-static char sccsid[] = "@(#)main.c     5.5 (Berkeley) %G%";
+static char sccsid[] = "@(#)main.c     5.6 (Berkeley) %G%";
 #endif not lint
 
 #include <stdio.h>
 #endif not lint
 
 #include <stdio.h>
@@ -77,6 +77,7 @@ main(argc, argv)
        headers();                      /* make a lot of .h files */
        swapconf();                     /* swap config files */
        printf("Don't forget to run \"make depend\"\n");
        headers();                      /* make a lot of .h files */
        swapconf();                     /* swap config files */
        printf("Don't forget to run \"make depend\"\n");
+       exit(0);
 }
 
 /*
 }
 
 /*