xref: /original-bsd/bin/sh/funcs/login (revision e79a6a26)
1# Copyright (c) 1991, 1993
2#	The Regents of the University of California.  All rights reserved.
3#
4# This code is derived from software contributed to Berkeley by
5# Kenneth Almquist.
6#
7# %sccs.include.redist.sh%
8#
9#	@(#)login	8.1 (Berkeley) 05/31/93
10
11# replaces the login builtin in the BSD shell
12login () exec login "$@"
13