diff options
Diffstat (limited to 'chmod.c')
-rw-r--r-- | chmod.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -66,7 +66,7 @@ int chmod_main(int argc, char **argv) | |||
66 | } | 66 | } |
67 | 67 | ||
68 | /* Ok, ready to do the deed now */ | 68 | /* Ok, ready to do the deed now */ |
69 | while (optind++ < argc-1) { | 69 | while (++optind < argc) { |
70 | if (recursive_action (argv[optind], recursiveFlag, FALSE, FALSE, | 70 | if (recursive_action (argv[optind], recursiveFlag, FALSE, FALSE, |
71 | fileAction, fileAction, NULL) == FALSE) { | 71 | fileAction, fileAction, NULL) == FALSE) { |
72 | return EXIT_FAILURE; | 72 | return EXIT_FAILURE; |