Subject: Re: bin/3888: bogon in sh's 'type' when absolute-path'd file isn't there
To: None <cgd@NetBSD.ORG>
From: Chris G. Demetriou <cgd@pa.dec.com>
List: netbsd-bugs
Date: 07/19/1997 02:15:18
Actually, it happens when the command is there, too:
33 [brick] toolchain % ls -la /usr/bin/cc
-r-xr-xr-x 2 bin bin 49152 Jul 8 19:06 /usr/bin/cc*
34 [brick] toolchain % sh
$ type /usr/bin/cc
/usr/bin/cc is /usr/bin//usr/bin/cc
looks like something's missing between lines 899 ("padvance") and 900
("stunalloc") of sh/exec.c.
cgd