diff options
Diffstat (limited to 'bin/sh/funcs/newgrp')
-rw-r--r-- | bin/sh/funcs/newgrp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/sh/funcs/newgrp b/bin/sh/funcs/newgrp index d5aa63efd897..fc02baacd0fa 100644 --- a/bin/sh/funcs/newgrp +++ b/bin/sh/funcs/newgrp @@ -33,5 +33,6 @@ # SUCH DAMAGE. # # @(#)newgrp 8.1 (Berkeley) 5/31/93 +# $Id$ newgrp() exec newgrp "$@" |