Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
any startup files; just try to be more like /bin/sh. */
shell_name = argv0 ? base_pathname (argv0) : PROGRAM;
if (*shell_name == '-')
if (argv0 && *argv0 == '-')
{
shell_name++;
login_shell++;
}