Sophie

Sophie

distrib > Fedora > 20 > x86_64 > media > updates > by-pkgid > 8ea637e037995a7fbe5aec7b96b0ac21 > files > 58

bash-doc-4.2.53-2.fc20.x86_64.rpm

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

login()
{
	exec login "$@"
}

newgrp()
{
	exec newgrp "$@"
}