aboutsummaryrefslogtreecommitdiff
path: root/bin/sh/builtins.def
diff options
context:
space:
mode:
authorTim J. Robbins <tjr@FreeBSD.org>2002-07-21 06:49:14 +0000
committerTim J. Robbins <tjr@FreeBSD.org>2002-07-21 06:49:14 +0000
commit2babaf74b53f7217f5a29e8e51267d3f9d8da669 (patch)
treea9cd2caa8beff88d0765790474945dc86e7075f2 /bin/sh/builtins.def
parente300f53ca2b9d583e5431c2393bd04231270c900 (diff)
downloadsrc-2babaf74b53f7217f5a29e8e51267d3f9d8da669.tar.gz
src-2babaf74b53f7217f5a29e8e51267d3f9d8da669.zip
Implement the P1003.2 `command' builtin command, which is used to suppress
shell function and alias lookup. The -p option has been implemented, the UPE -v and -V options have not. The old `command' command has been renamed to `builtin'.
Notes
Notes: svn path=/head/; revision=100437
Diffstat (limited to 'bin/sh/builtins.def')
-rw-r--r--bin/sh/builtins.def3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/sh/builtins.def b/bin/sh/builtins.def
index f06a98bc4bd7..2410425094ee 100644
--- a/bin/sh/builtins.def
+++ b/bin/sh/builtins.def
@@ -49,7 +49,8 @@
#
# NOTE: bltincmd must come first!
-bltincmd command
+bltincmd builtin
+commandcmd command
#alloccmd alloc
bgcmd -j bg
breakcmd break continue