Sophie

Sophie

distrib > Mageia > 6 > armv5tl > by-pkgid > 41b61d6a7edc4036a5cf4f88558f7147 > files > 49

bash-doc-4.3-48.4.mga6.armv5tl.rpm

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

login()
{
	exec login "$@"
}

newgrp()
{
	exec newgrp "$@"
}