Accept the -c option and do nothing

This commit is contained in:
Glenn L McGrath 2003-10-29 11:10:02 +00:00
parent 984b45142a
commit f4fd3a1331

View 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();