Has guile version check changed?

Chris Shoemaker c.shoemaker at cox.net
Sat Oct 21 19:11:06 EDT 2006


On Sat, Oct 21, 2006 at 06:29:53PM -0400, Derek Atkins wrote:
> Actually, 'env' does export to children.  That's the whole point of 'env'.
> 
> "man env" for more info.

Doh.  Of course it does.  However...

$ env FOO=bar echo $FOO 

will _not_ show the "bar", but for a totally different reason.  The
variable substitution will occur _before_ env is executed, so:

% guile16-build env PATH=/opt/bin:$PATH echo $PATH

is just a really dumb test.  Looks like David figured things out in
spite of my help, though. :)

-chris


More information about the gnucash-devel mailing list