diff options
author | steve <steve@FreeBSD.org> | 1997-04-28 03:50:07 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1997-04-28 03:50:07 +0000 |
commit | c2743ee83785110859c9a537e86c91481f4f0976 (patch) | |
tree | fa507be0128ef4b66180d17697a229ab61c087d8 /bin | |
parent | bafc3a0eb8183b0152381ddb67f2786e9f6b2623 (diff) | |
download | FreeBSD-src-c2743ee83785110859c9a537e86c91481f4f0976.zip FreeBSD-src-c2743ee83785110859c9a537e86c91481f4f0976.tar.gz |
Turn on the new type builtin.
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 45bddc3..b34aa9c 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 |