Put back @owner/@group/@mode behavior I took out way back when.

Submitted-By: pst
This commit is contained in:
Jordan K. Hubbard 1997-02-14 01:52:38 +00:00
parent 10a84c544f
commit 06b547f87f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=22690

View File

@ -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; \
}