From fd5a6c00683c57fdaabc92cec13caf98c30d38d9 Mon Sep 17 00:00:00 2001 From: bug1 Date: Wed, 29 Oct 2003 11:10:02 +0000 Subject: Accept the -c option and do nothing git-svn-id: svn://busybox.net/trunk/busybox@7723 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- coreutils/install.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'coreutils/install.c') 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-55-g6feb