You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Backslashes can actually be used inside getent output when there's a literal :, so the lack of a -r argument to read here (which would turn off its usually-undesired backslash processing) is intentional; it ensures that IFS characters that are intended to be literal rather than field separators are parsed as such.
So the -r argument to read in the getent call is possibly incorrect.
The text was updated successfully, but these errors were encountered:
Quoting Charles Duffy here:
So the
-r
argument toread
in thegetent
call is possibly incorrect.The text was updated successfully, but these errors were encountered: