tag 93625 +patch
thanks

On Tue, Apr 10, 2001 at 11:04:13PM -0700, Joey Hess wrote:
> The build process uses . rather than source in Config, which is a
> bashism

'source' is a bashism.. The problem you're probably seeing here is that a
non-bash shell requires the full path to the source file, ie:

. ./foo

instead of
. foo

Hmm.. just found the problem. Patch attached.

-- 
Chris

Reply via email to