diff options
| author | Steve Price <steve@FreeBSD.org> | 1997-04-28 03:50:07 +0000 |
|---|---|---|
| committer | Steve Price <steve@FreeBSD.org> | 1997-04-28 03:50:07 +0000 |
| commit | 5382d20cf136d8f8182acb2f33fdb1db0342ef35 (patch) | |
| tree | 2e105d381c9a239594be7a496eeef56213defc09 /bin | |
| parent | 7dce0a1e9f0cf3896b01013ebfa31917125e987a (diff) | |
Notes
Diffstat (limited to 'bin')
| -rw-r--r-- | bin/sh/builtins.def | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/sh/builtins.def b/bin/sh/builtins.def index 45bddc34d166..b34aa9cbc639 100644 --- a/bin/sh/builtins.def +++ b/bin/sh/builtins.def @@ -35,7 +35,7 @@ # SUCH DAMAGE. # # @(#)builtins.def 8.4 (Berkeley) 5/4/95 -# $Id$ +# $Id: builtins.def,v 1.5 1997/02/22 13:58:22 peter Exp $ # # This file lists all the builtin commands. The first column is the name @@ -82,6 +82,7 @@ setvarcmd setvar shiftcmd shift trapcmd trap truecmd : true +typecmd type umaskcmd umask unaliascmd unalias unsetcmd unset |
