Date: Wed, 14 Mar 2001 09:33:57 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Tim Van Holder cc: djgpp-workers AT delorie DOT com Subject: RE: Fetish.pm band-aid (Fileutils testsuite) In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Tue, 13 Mar 2001, Tim Van Holder wrote: > > Only /bin/sh or some others, like /usr/local/bin/perl, as well? > > > > The difficulty is to decide where to draw the line. > I suppose we could limit it to try $DJDIR/bin/foo.(exe|sh|pl|...) > for /whatever/bin/foo (possibly limiting this login to paths where > the last directory component is 'bin' (or possibly 'libexec')). I don't think it's wise to limit the search to %DJDIR%/bin. We already look up the entire PATH in several other cases; we should do the same here, or else we will have another subtle incompatibility.