diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1999-08-27 23:15:48 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1999-08-27 23:15:48 +0000 |
| commit | 2a4562393f80633b81c11d4f7df00548d1cc3c48 (patch) | |
| tree | e6f4e4299a60023820e6a2e559cdd8477911363a /bin/sh/funcs | |
| parent | 50b14091b71a7932d512009d783e1f657f800fc6 (diff) | |
Notes
Diffstat (limited to 'bin/sh/funcs')
| -rw-r--r-- | bin/sh/funcs/cmv | 2 | ||||
| -rw-r--r-- | bin/sh/funcs/dirs | 2 | ||||
| -rw-r--r-- | bin/sh/funcs/kill | 2 | ||||
| -rw-r--r-- | bin/sh/funcs/login | 2 | ||||
| -rw-r--r-- | bin/sh/funcs/newgrp | 2 | ||||
| -rw-r--r-- | bin/sh/funcs/popd | 2 | ||||
| -rw-r--r-- | bin/sh/funcs/pushd | 2 | ||||
| -rw-r--r-- | bin/sh/funcs/suspend | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/bin/sh/funcs/cmv b/bin/sh/funcs/cmv index ec67c471a115..6e9dcff9c088 100644 --- a/bin/sh/funcs/cmv +++ b/bin/sh/funcs/cmv @@ -33,7 +33,7 @@ # SUCH DAMAGE. # # @(#)cmv 8.2 (Berkeley) 5/4/95 -# $Id$ +# $FreeBSD$ # Conditional move--don't replace an existing file. diff --git a/bin/sh/funcs/dirs b/bin/sh/funcs/dirs index 86984250baf2..a5d3c8e7eeff 100644 --- a/bin/sh/funcs/dirs +++ b/bin/sh/funcs/dirs @@ -33,7 +33,7 @@ # SUCH DAMAGE. # # @(#)dirs 8.2 (Berkeley) 5/4/95 -# $Id$ +# $FreeBSD$ # pushd, popd, and dirs --- written by Chris Bertin # Pixel Computer Inc. ...!wjh12!pixel!pixutl!chris diff --git a/bin/sh/funcs/kill b/bin/sh/funcs/kill index f933ce303d58..7455571f8b98 100644 --- a/bin/sh/funcs/kill +++ b/bin/sh/funcs/kill @@ -33,7 +33,7 @@ # SUCH DAMAGE. # # @(#)kill 8.2 (Berkeley) 5/4/95 -# $Id$ +# $FreeBSD$ # Convert job names to process ids and then run /bin/kill. diff --git a/bin/sh/funcs/login b/bin/sh/funcs/login index bfed5c26dbe0..7a6fc855bfc2 100644 --- a/bin/sh/funcs/login +++ b/bin/sh/funcs/login @@ -33,7 +33,7 @@ # SUCH DAMAGE. # # @(#)login 8.2 (Berkeley) 5/4/95 -# $Id$ +# $FreeBSD$ # replaces the login builtin in the BSD shell login () exec login "$@" diff --git a/bin/sh/funcs/newgrp b/bin/sh/funcs/newgrp index bc84261f7e53..fd8e5d6ee5a7 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$ +# $FreeBSD$ newgrp() exec newgrp "$@" diff --git a/bin/sh/funcs/popd b/bin/sh/funcs/popd index a495dbb51e10..e0be35a13a79 100644 --- a/bin/sh/funcs/popd +++ b/bin/sh/funcs/popd @@ -33,7 +33,7 @@ # SUCH DAMAGE. # # @(#)popd 8.2 (Berkeley) 5/4/95 -# $Id$ +# $FreeBSD$ # pushd, popd, and dirs --- written by Chris Bertin # Pixel Computer Inc. ...!wjh12!pixel!pixutl!chris diff --git a/bin/sh/funcs/pushd b/bin/sh/funcs/pushd index 0a50f40d4a9c..d60ede2cbbcc 100644 --- a/bin/sh/funcs/pushd +++ b/bin/sh/funcs/pushd @@ -33,7 +33,7 @@ # SUCH DAMAGE. # # @(#)pushd 8.2 (Berkeley) 5/4/95 -# $Id$ +# $FreeBSD$ # pushd, popd, and dirs --- written by Chris Bertin # Pixel Computer Inc. ...!wjh12!pixel!pixutl!chris diff --git a/bin/sh/funcs/suspend b/bin/sh/funcs/suspend index d60614ff4a08..f06e12ff0575 100644 --- a/bin/sh/funcs/suspend +++ b/bin/sh/funcs/suspend @@ -33,7 +33,7 @@ # SUCH DAMAGE. # # @(#)suspend 8.2 (Berkeley) 5/4/95 -# $Id$ +# $FreeBSD$ suspend() { local - |
