cvs commit: src/bin/sh eval.c exec.c exec.h
Stefan Farfeleder
stefanf at FreeBSD.org
Fri Oct 28 11:37:10 PDT 2005
stefanf 2005-10-28 18:37:09 UTC
FreeBSD src repository
Modified files:
bin/sh eval.c exec.c exec.h
Log:
Add the POSIX options -v and -V to the 'command' builtin. Both describe the
type of their argument, if it is a shell function, an alias, a builtin, etc.
-V is more verbose than -v.
PR: 77259, 84539
Revision Changes Path
1.47 +13 -1 src/bin/sh/eval.c
1.27 +47 -12 src/bin/sh/exec.c
1.13 +7 -0 src/bin/sh/exec.h
More information about the cvs-src
mailing list