aboutsummaryrefslogtreecommitdiff
path: root/chmod_chown_chgrp.c
diff options
context:
space:
mode:
Diffstat (limited to 'chmod_chown_chgrp.c')
-rw-r--r--chmod_chown_chgrp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/chmod_chown_chgrp.c b/chmod_chown_chgrp.c
index f3d8ce207..27c02fe54 100644
--- a/chmod_chown_chgrp.c
+++ b/chmod_chown_chgrp.c
@@ -138,7 +138,7 @@ int chmod_chown_chgrp_main(int argc, char **argv)
138 exit( FALSE); 138 exit( FALSE);
139 } 139 }
140 while (argc-- > 1) { 140 while (argc-- > 1) {
141 if (recursiveAction( *(++argv), recursiveFlag, TRUE, fileAction, fileAction)==FALSE) 141 if (recursiveAction( *(++argv), recursiveFlag, TRUE, FALSE, fileAction, fileAction)==FALSE)
142 exit( FALSE); 142 exit( FALSE);
143 } 143 }
144 exit(TRUE); 144 exit(TRUE);