diff options
author | dg <dg@FreeBSD.org> | 1994-09-24 02:59:15 +0000 |
---|---|---|
committer | dg <dg@FreeBSD.org> | 1994-09-24 02:59:15 +0000 |
commit | 8722740e7f163b275491a0b05c8640341b937558 (patch) | |
tree | b7c3f7bad4381fe5b507b6cf1947fd57803fe125 /bin/sh/funcs | |
parent | 111d145dc40797c8894e8aa7dc6632e33bce87bf (diff) | |
download | FreeBSD-src-8722740e7f163b275491a0b05c8640341b937558.zip FreeBSD-src-8722740e7f163b275491a0b05c8640341b937558.tar.gz |
Added $Id$
Diffstat (limited to 'bin/sh/funcs')
-rw-r--r-- | bin/sh/funcs/cmv | 1 | ||||
-rw-r--r-- | bin/sh/funcs/dirs | 1 | ||||
-rw-r--r-- | bin/sh/funcs/kill | 1 | ||||
-rw-r--r-- | bin/sh/funcs/login | 1 | ||||
-rw-r--r-- | bin/sh/funcs/newgrp | 1 | ||||
-rw-r--r-- | bin/sh/funcs/popd | 1 | ||||
-rw-r--r-- | bin/sh/funcs/pushd | 1 | ||||
-rw-r--r-- | bin/sh/funcs/suspend | 1 |
8 files changed, 8 insertions, 0 deletions
diff --git a/bin/sh/funcs/cmv b/bin/sh/funcs/cmv index a0921ef..cacb5ba 100644 --- a/bin/sh/funcs/cmv +++ b/bin/sh/funcs/cmv @@ -33,6 +33,7 @@ # SUCH DAMAGE. # # @(#)cmv 8.1 (Berkeley) 5/31/93 +# $Id$ # Conditional move--don't replace an existing file. diff --git a/bin/sh/funcs/dirs b/bin/sh/funcs/dirs index 04b7fe1..fe70c68 100644 --- a/bin/sh/funcs/dirs +++ b/bin/sh/funcs/dirs @@ -33,6 +33,7 @@ # SUCH DAMAGE. # # @(#)dirs 8.1 (Berkeley) 5/31/93 +# $Id$ # 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 da670e9..f3489b5 100644 --- a/bin/sh/funcs/kill +++ b/bin/sh/funcs/kill @@ -33,6 +33,7 @@ # SUCH DAMAGE. # # @(#)kill 8.1 (Berkeley) 5/31/93 +# $Id$ # Convert job names to process ids and then run /bin/kill. diff --git a/bin/sh/funcs/login b/bin/sh/funcs/login index d8e9d6f..f44d3a5 100644 --- a/bin/sh/funcs/login +++ b/bin/sh/funcs/login @@ -33,6 +33,7 @@ # SUCH DAMAGE. # # @(#)login 8.1 (Berkeley) 5/31/93 +# $Id$ # replaces the login builtin in the BSD shell login () exec login "$@" diff --git a/bin/sh/funcs/newgrp b/bin/sh/funcs/newgrp index d5aa63e..fc02baa 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 "$@" diff --git a/bin/sh/funcs/popd b/bin/sh/funcs/popd index 2f4de3a..938aabc 100644 --- a/bin/sh/funcs/popd +++ b/bin/sh/funcs/popd @@ -33,6 +33,7 @@ # SUCH DAMAGE. # # @(#)popd 8.1 (Berkeley) 5/31/93 +# $Id$ # 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 0c50353..879ae20 100644 --- a/bin/sh/funcs/pushd +++ b/bin/sh/funcs/pushd @@ -33,6 +33,7 @@ # SUCH DAMAGE. # # @(#)pushd 8.1 (Berkeley) 5/31/93 +# $Id$ # 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 4483965..3a0735c 100644 --- a/bin/sh/funcs/suspend +++ b/bin/sh/funcs/suspend @@ -33,6 +33,7 @@ # SUCH DAMAGE. # # @(#)suspend 8.1 (Berkeley) 5/31/93 +# $Id$ suspend() { local - |