diff options
Diffstat (limited to 'bin/sh/funcs/newgrp')
-rw-r--r-- | bin/sh/funcs/newgrp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/sh/funcs/newgrp b/bin/sh/funcs/newgrp index 57ac1cec4cf4..845e30706941 100644 --- a/bin/sh/funcs/newgrp +++ b/bin/sh/funcs/newgrp @@ -32,6 +32,6 @@ # SUCH DAMAGE. # # @(#)newgrp 8.2 (Berkeley) 5/4/95 -# $FreeBSD$ +# $FreeBSD: src/bin/sh/funcs/newgrp,v 1.8 2005/01/10 08:39:26 imp Exp $ newgrp() exec newgrp "$@" |