Subject: Re: bin/3138: [dM] mkdep(1) always uses /usr/bin/gcc
To: None <netbsd-bugs@NetBSD.ORG>
From: der Mouse <mouse@Holo.Rodents.Montreal.QC.CA>
List: netbsd-bugs
Date: 02/01/1997 08:08:44
>> + if [ "$CC" = "" ]; then
>> + 	CC=`which cc`
>> + 	if [ "$CC" = "" ]; then
>> + 		CC=`which gcc`

> use of 'which' is a fatal flaw in this patch.

This is...somewhat uninformative.  What's wrong with which?

					der Mouse

			       mouse@rodents.montreal.qc.ca
		     7D C8 61 52 5D E7 2D 39  4E F1 31 3E E8 B3 27 4B