Accept the -c option and do nothing
This commit is contained in:
parent
984b45142a
commit
f4fd3a1331
@ -64,6 +64,9 @@ extern int install_main(int argc, char **argv)
|
|||||||
break;
|
break;
|
||||||
case 's': /* Strip binaries */
|
case 's': /* Strip binaries */
|
||||||
strip_flag = 1;
|
strip_flag = 1;
|
||||||
|
/* Fall through */
|
||||||
|
case 'c':
|
||||||
|
/* do nothing */
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
bb_show_usage();
|
bb_show_usage();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user