Sophie

Sophie

distrib > CentOS > 5 > x86_64 > by-pkgid > 83087c42ed4aed88a51d7da8f1e04c0c > files > 72

bash-3.2-33.el5.1.x86_64.rpm

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

login()
{
	exec login "$@"
}

newgrp()
{
	exec newgrp "$@"
}