[BusyBox-cvs] busybox/coreutils install.c,1.2,1.3

Glenn McGrath bug1 at busybox.net
Wed Oct 29 11:10:08 UTC 2003


Update of /var/cvs/busybox/coreutils
In directory winder:/tmp/cvs-serv21763/coreutils

Modified Files:
	install.c 
Log Message:
Accept the -c option and do nothing


Index: install.c
===================================================================
RCS file: /var/cvs/busybox/coreutils/install.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- install.c	24 Sep 2003 05:00:29 -0000	1.2
+++ install.c	29 Oct 2003 11:10:02 -0000	1.3
@@ -64,6 +64,9 @@
 			break;
 		case 's':	/* Strip binaries */
 			strip_flag = 1;
+			/* Fall through */
+		case 'c':
+			/* do nothing */
 			break;
 		default:
 			bb_show_usage();




More information about the busybox-cvs mailing list