Fix grammar mistake in invalid shell check patch

This commit is contained in:
Tomas Mraz 2020-01-16 13:00:26 +01:00
parent fd2aa2917b
commit a1cd6a4b05
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ diff -up shadow-4.8/src/useradd.c.invalid-shell shadow-4.8/src/useradd.c
+ || S_ISDIR(st.st_mode)
+ || access(optarg, X_OK) != 0)) {
+ fprintf (stderr,
+ _("%s: Warning: missing or not executable shell '%s'\n"),
+ _("%s: Warning: missing or non-executable shell '%s'\n"),
+ Prog, optarg);
+ }
user_shell = optarg;