Accept the -c option and do nothing
authorGlenn L McGrath <bug1@ihug.co.nz>
Wed, 29 Oct 2003 11:10:02 +0000 (11:10 -0000)
committerGlenn L McGrath <bug1@ihug.co.nz>
Wed, 29 Oct 2003 11:10:02 +0000 (11:10 -0000)
coreutils/install.c

index e057aebedbe1a3923874d19dc02a91f05222ec37..95bb59463c94a92d1cbd26364b7968d8eb55a941 100644 (file)
@@ -64,6 +64,9 @@ extern int install_main(int argc, char **argv)
                        break;
                case 's':       /* Strip binaries */
                        strip_flag = 1;
+                       /* Fall through */
+               case 'c':
+                       /* do nothing */
                        break;
                default:
                        bb_show_usage();