Subject: CVS commit: src/bin/sh
To: None <source-changes@netbsd.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 02/04/2003 10:51:31
Module Name:	src
Committed By:	dsl
Date:		Tue Feb  4 08:51:31 UTC 2003

Modified Files:
	src/bin/sh: exec.c

Log Message:
Fix bin/20185 - builtin called from function of same name mustn't be hashed.
Make 'hash' only report utilities that are not builtins (posix), the
non-posix 'hash -v' will report everything.
(agreed by christos)


To generate a diff of this commit:
cvs rdiff -r1.35 -r1.36 src/bin/sh/exec.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.