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 46a1b56..bc84261 100644 --- a/bin/sh/funcs/newgrp +++ b/bin/sh/funcs/newgrp @@ -33,6 +33,6 @@ # SUCH DAMAGE. # # @(#)newgrp 8.2 (Berkeley) 5/4/95 -# $FreeBSD$ +# $Id$ newgrp() exec newgrp "$@" |