aboutsummaryrefslogtreecommitdiff
path: root/coreutils/chown.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/chown.c')
-rw-r--r--coreutils/chown.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/coreutils/chown.c b/coreutils/chown.c
index c1b992c37..846e27c20 100644
--- a/coreutils/chown.c
+++ b/coreutils/chown.c
@@ -94,8 +94,8 @@ int chown_main(int argc, char **argv)
94 94
95 /* Ok, ready to do the deed now */ 95 /* Ok, ready to do the deed now */
96 while (++optind < argc) { 96 while (++optind < argc) {
97 if (recursive_action (argv[optind], recursiveFlag, FALSE, FALSE, 97 if (! recursive_action (argv[optind], recursiveFlag, FALSE, FALSE,
98 fileAction, fileAction, NULL) == FALSE) { 98 fileAction, fileAction, NULL)) {
99 return EXIT_FAILURE; 99 return EXIT_FAILURE;
100 } 100 }
101 } 101 }