Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > cfa454e10ec6c9dec381ba3854a2397b > files > 63

bash-doc-4.2-45.6.mga4.x86_64.rpm

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

login()
{
	exec login "$@"
}

newgrp()
{
	exec newgrp "$@"
}