Sophie

Sophie

distrib > Mageia > 7 > x86_64 > by-pkgid > 644298068be8c6fb35a2223484b8220a > files > 50

bash-doc-4.4-23.1.mga7.x86_64.rpm

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

login()
{
	exec login "$@"
}

newgrp()
{
	exec newgrp "$@"
}