From 468f504fd79a590e632193fc0ecf999b86ae5cba Mon Sep 17 00:00:00 2001 From: Matt Kraai Date: Thu, 26 Apr 2001 18:27:47 +0000 Subject: Fix handling of -R flag. --- coreutils/chgrp.c | 1 + 1 file changed, 1 insertion(+) (limited to 'coreutils/chgrp.c') diff --git a/coreutils/chgrp.c b/coreutils/chgrp.c index 55e22f528..ec1a0370c 100644 --- a/coreutils/chgrp.c +++ b/coreutils/chgrp.c @@ -56,6 +56,7 @@ int chgrp_main(int argc, char **argv) switch (opt) { case 'R': recursiveFlag = TRUE; + break; default: show_usage(); } -- cgit v1.2.3