commit | bed30e97005aca748a44806399c646633038daa8 | [log] [tgz] |
---|---|---|
author | Eric Andersen <andersen@codepoet.org> | Mon Oct 18 19:02:32 1999 +0000 |
committer | Eric Andersen <andersen@codepoet.org> | Mon Oct 18 19:02:32 1999 +0000 |
tree | cdba32234f059656b0279b324ae28c742692cd0c | |
parent | 9b5871888989b16f94cbba5dd304ac444def3afd [diff] [blame] |
More fixes
diff --git a/chmod_chown_chgrp.c b/chmod_chown_chgrp.c index f3d8ce2..27c02fe 100644 --- a/chmod_chown_chgrp.c +++ b/chmod_chown_chgrp.c
@@ -138,7 +138,7 @@ exit( FALSE); } while (argc-- > 1) { - if (recursiveAction( *(++argv), recursiveFlag, TRUE, fileAction, fileAction)==FALSE) + if (recursiveAction( *(++argv), recursiveFlag, TRUE, FALSE, fileAction, fileAction)==FALSE) exit( FALSE); } exit(TRUE);