Subject: Re: build.sh breakage?
To: Matt Fleming <mjf@NetBSD.org>
From: Paul Goyette <paul@whooppee.com>
List: current-users
Date: 03/25/2007 05:32:32
On Sun, 25 Mar 2007, Matt Fleming wrote:
>> As far as I can see, all of the paths specified are absolute, so I cannot
>> tell which one it's complaining about!
>
> What about your $PATH env var?
(manually line-wrapped)
echo $PATH
/home/paul/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:\
/usr/pkg/bin:/usr/pkg/sbin:/usr/games:/usr/local/bin: \
/usr/local/sbin:.
Everything there is absolute except for the last entry, '.'
Removing '.' seems to make it work.
Wouldn't it be better for build.sh to be a bit more explicit in its
error message?