diff options
-rw-r--r-- | coreutils/chmod.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/chmod.c b/coreutils/chmod.c index 0cb888628..3014d374a 100644 --- a/coreutils/chmod.c +++ b/coreutils/chmod.c | |||
@@ -94,7 +94,7 @@ int chmod_main(int argc, char **argv) | |||
94 | 94 | ||
95 | /* Ok, ready to do the deed now */ | 95 | /* Ok, ready to do the deed now */ |
96 | do { | 96 | do { |
97 | if (! recursive_action (*argv, recursiveFlag, FALSE, FALSE, | 97 | if (! recursive_action (*argv, recursiveFlag, TRUE, FALSE, |
98 | fileAction, fileAction, smode)) { | 98 | fileAction, fileAction, smode)) { |
99 | retval = EXIT_FAILURE; | 99 | retval = EXIT_FAILURE; |
100 | } | 100 | } |