Function
Foundryshell_supports_dash_login
Declaration [src]
gboolean
foundry_shell_supports_dash_login (
const char* shell
)
Description [src]
Checks if the shell is known to support login semantics. Originally,
this meant --login
, but now is meant to mean -l
as more shells
support -l
than --login
(notably dash).