Make the -m option actually work.

This commit is contained in:
Ruslan Ermilov 2004-10-19 20:30:09 +00:00
parent 61efd2a8b3
commit a4270a4241
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=136708

View File

@ -505,7 +505,7 @@ _("more than one -l option specified"));
if (set == NULL)
errx(EXIT_FAILURE,
_("invalid file mode"));
getmode(set, mflag);
mflag = getmode(set, mflag);
free(set);
break;
}