Bug 310: be consistent about stat/lstat and chown/lchown to avoid accidentally
modifying permissions or ownership when twiddling symlinks.
This commit is contained in:
parent
032e2cbf20
commit
a75c180e53
@ -94,7 +94,7 @@ int chmod_main(int argc, char **argv)
|
|||||||
|
|
||||||
/* Ok, ready to do the deed now */
|
/* Ok, ready to do the deed now */
|
||||||
do {
|
do {
|
||||||
if (! recursive_action (*argv, recursiveFlag, FALSE, FALSE,
|
if (! recursive_action (*argv, recursiveFlag, TRUE, FALSE,
|
||||||
fileAction, fileAction, smode)) {
|
fileAction, fileAction, smode)) {
|
||||||
retval = EXIT_FAILURE;
|
retval = EXIT_FAILURE;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user