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 ba538fa..46a1b56 100644 --- a/bin/sh/funcs/newgrp +++ b/bin/sh/funcs/newgrp @@ -33,6 +33,6 @@ # SUCH DAMAGE. # # @(#)newgrp 8.2 (Berkeley) 5/4/95 -# $Id: newgrp,v 1.2 1994/09/24 02:58:40 davidg Exp $ +# $FreeBSD$ newgrp() exec newgrp "$@" |