Date: Fri, 28 Oct 2005 18:37:09 +0000 (UTC) From: Stefan Farfeleder <stefanf@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/sh eval.c exec.c exec.h Message-ID: <200510281837.j9SIb97b042590@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200510281837.j9SIb97b042590>