Added missing space at the end of the question.
This commit is contained in:
parent
c2bb947c14
commit
996e842149
@ -584,10 +584,9 @@ static void check_grp_file (int *errors, bool *changed)
|
|||||||
if (is_shadow) {
|
if (is_shadow) {
|
||||||
sgr = (struct sgrp *) sgr_locate (grp->gr_name);
|
sgr = (struct sgrp *) sgr_locate (grp->gr_name);
|
||||||
if (sgr == NULL) {
|
if (sgr == NULL) {
|
||||||
printf (_
|
printf (_("no matching group file entry in %s\n"),
|
||||||
("no matching group file entry in %s\n"),
|
|
||||||
sgr_file);
|
sgr_file);
|
||||||
printf (_("add group '%s' in %s?"),
|
printf (_("add group '%s' in %s? "),
|
||||||
grp->gr_name, sgr_file);
|
grp->gr_name, sgr_file);
|
||||||
*errors += 1;
|
*errors += 1;
|
||||||
if (yes_or_no (read_only)) {
|
if (yes_or_no (read_only)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user