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 5206b4bc4971..5285079e6ac5 100644 --- a/bin/sh/funcs/newgrp +++ b/bin/sh/funcs/newgrp @@ -29,6 +29,6 @@ # SUCH DAMAGE. # # @(#)newgrp 8.2 (Berkeley) 5/4/95 -# $FreeBSD$ +# $FreeBSD: src/bin/sh/funcs/newgrp,v 1.7 2004/04/06 20:06:53 markm Exp $ newgrp() exec newgrp "$@" |
