diff options
Diffstat (limited to 'coreutils')
-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 e057aeb..95bb594 100644 --- a/coreutils/install.c +++ b/coreutils/install.c @@ -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(); |