From f4fd3a13318f15d212d5519516db50f572f08ada Mon Sep 17 00:00:00 2001 From: Glenn L McGrath Date: Wed, 29 Oct 2003 11:10:02 +0000 Subject: Accept the -c option and do nothing --- coreutils/install.c | 3 +++ 1 file changed, 3 insertions(+) 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) break; case 's': /* Strip binaries */ strip_flag = 1; + /* Fall through */ + case 'c': + /* do nothing */ break; default: bb_show_usage(); -- cgit v1.2.3