mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 08:22:44 +00:00
Put back @owner/@group/@mode behavior I took out way back when.
Submitted-By: pst
This commit is contained in:
parent
10a84c544f
commit
06b547f87f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=22690
@ -40,7 +40,7 @@ static const char *rcsid = "$FreeBSD$";
|
||||
where_count = sizeof(STARTSTRING)-1; \
|
||||
} \
|
||||
if (perm_count) { \
|
||||
if (!isdir(todir)) apply_perms(todir, perm_args); \
|
||||
apply_perms(todir, perm_args); \
|
||||
perm_args[0] = 0;\
|
||||
perm_count = 0; \
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user