Make the -m option actually work.
This commit is contained in:
parent
61efd2a8b3
commit
a4270a4241
@ -505,7 +505,7 @@ _("more than one -l option specified"));
|
|||||||
if (set == NULL)
|
if (set == NULL)
|
||||||
errx(EXIT_FAILURE,
|
errx(EXIT_FAILURE,
|
||||||
_("invalid file mode"));
|
_("invalid file mode"));
|
||||||
getmode(set, mflag);
|
mflag = getmode(set, mflag);
|
||||||
free(set);
|
free(set);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user