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

Submitted-By: pst
This commit is contained in:
jkh 1997-02-14 01:52:38 +00:00
parent d5b752205d
commit 27af559c36

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