diff options
Diffstat (limited to 'coreutils/chmod.c')
-rw-r--r-- | coreutils/chmod.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/coreutils/chmod.c b/coreutils/chmod.c index b1d7512..93b7f78 100644 --- a/coreutils/chmod.c +++ b/coreutils/chmod.c @@ -51,6 +51,7 @@ int chmod_main(int argc, char **argv) switch (opt) { case 'R': recursiveFlag = TRUE; + break; default: show_usage(); } |