diff options
-rw-r--r-- | coreutils/install.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/coreutils/install.c b/coreutils/install.c index e057aebed..95bb59463 100644 --- a/coreutils/install.c +++ b/coreutils/install.c | |||
@@ -64,6 +64,9 @@ extern int install_main(int argc, char **argv) | |||
64 | break; | 64 | break; |
65 | case 's': /* Strip binaries */ | 65 | case 's': /* Strip binaries */ |
66 | strip_flag = 1; | 66 | strip_flag = 1; |
67 | /* Fall through */ | ||
68 | case 'c': | ||
69 | /* do nothing */ | ||
67 | break; | 70 | break; |
68 | default: | 71 | default: |
69 | bb_show_usage(); | 72 | bb_show_usage(); |