Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > d182ba7656bc9d858108359beee647e7 > files > 100

bash-doc-4.1.7-4.fc14.x86_64.rpm

# replace the `login' and `newgrp' builtins in old bourne shells

login()
{
	exec login "$@"
}

newgrp()
{
	exec newgrp "$@"
}