diff options
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 cacb5ba65c51..9ddddffc12ee 100644 --- a/bin/sh/funcs/cmv +++ b/bin/sh/funcs/cmv @@ -33,7 +33,7 @@ # SUCH DAMAGE. # # @(#)cmv 8.1 (Berkeley) 5/31/93 -# $Id$ +# $Id: cmv,v 1.2 1994/09/24 02:58:33 davidg Exp $ # Conditional move--don't replace an existing file. diff --git a/bin/sh/funcs/dirs b/bin/sh/funcs/dirs index fe70c6856c70..b6a02c3facdf 100644 --- a/bin/sh/funcs/dirs +++ b/bin/sh/funcs/dirs @@ -33,7 +33,7 @@ # SUCH DAMAGE. # # @(#)dirs 8.1 (Berkeley) 5/31/93 -# $Id$ +# $Id: dirs,v 1.2 1994/09/24 02:58:34 davidg Exp $ # 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 f3489b5efe3c..5578ca45b1f0 100644 --- a/bin/sh/funcs/kill +++ b/bin/sh/funcs/kill @@ -33,7 +33,7 @@ # SUCH DAMAGE. # # @(#)kill 8.1 (Berkeley) 5/31/93 -# $Id$ +# $Id: kill,v 1.2 1994/09/24 02:58:36 davidg Exp $ # Convert job names to process ids and then run /bin/kill. diff --git a/bin/sh/funcs/login b/bin/sh/funcs/login index f44d3a593d78..b4e2747d3871 100644 --- a/bin/sh/funcs/login +++ b/bin/sh/funcs/login @@ -33,7 +33,7 @@ # SUCH DAMAGE. # # @(#)login 8.1 (Berkeley) 5/31/93 -# $Id$ +# $Id: login,v 1.2 1994/09/24 02:58:38 davidg Exp $ # replaces the login builtin in the BSD shell login () exec login "$@" diff --git a/bin/sh/funcs/newgrp b/bin/sh/funcs/newgrp index fc02baacd0fa..ba38f221157f 100644 --- a/bin/sh/funcs/newgrp +++ b/bin/sh/funcs/newgrp @@ -33,6 +33,6 @@ # SUCH DAMAGE. # # @(#)newgrp 8.1 (Berkeley) 5/31/93 -# $Id$ +# $Id: newgrp,v 1.2 1994/09/24 02:58:40 davidg Exp $ newgrp() exec newgrp "$@" diff --git a/bin/sh/funcs/popd b/bin/sh/funcs/popd index 938aabc2b702..b6c198e2a8c5 100644 --- a/bin/sh/funcs/popd +++ b/bin/sh/funcs/popd @@ -33,7 +33,7 @@ # SUCH DAMAGE. # # @(#)popd 8.1 (Berkeley) 5/31/93 -# $Id$ +# $Id: popd,v 1.2 1994/09/24 02:58:41 davidg Exp $ # 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 879ae207c111..f4c3b389002f 100644 --- a/bin/sh/funcs/pushd +++ b/bin/sh/funcs/pushd @@ -33,7 +33,7 @@ # SUCH DAMAGE. # # @(#)pushd 8.1 (Berkeley) 5/31/93 -# $Id$ +# $Id: pushd,v 1.2 1994/09/24 02:58:43 davidg Exp $ # 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 3a0735c21856..6c776c296a40 100644 --- a/bin/sh/funcs/suspend +++ b/bin/sh/funcs/suspend @@ -33,7 +33,7 @@ # SUCH DAMAGE. # # @(#)suspend 8.1 (Berkeley) 5/31/93 -# $Id$ +# $Id: suspend,v 1.2 1994/09/24 02:58:44 davidg Exp $ suspend() { local - |
