]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Implement the P1003.2 `command' builtin command, which is used to suppress
authorTim J. Robbins <tjr@FreeBSD.org>
Sun, 21 Jul 2002 06:49:14 +0000 (06:49 +0000)
committerTim J. Robbins <tjr@FreeBSD.org>
Sun, 21 Jul 2002 06:49:14 +0000 (06:49 +0000)
commit2babaf74b53f7217f5a29e8e51267d3f9d8da669
treea9cd2caa8beff88d0765790474945dc86e7075f2
parente300f53ca2b9d583e5431c2393bd04231270c900
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'.
bin/sh/builtins.def
bin/sh/eval.c
bin/sh/eval.h
bin/sh/sh.1