From: Ben Zealley Date: 2006-07-26T03:40:06+09:00 Subject: Re: Ruby and *NIX environment variables Erm, *puts on his newbie shirt* I don't seem to have the "session" package, maybe because this is one-click Ruby for Windows - is it included by default with the *nix version, or do I need to get it from somewhere? If the latter, where? I assume http://rubyforge.org/projects/session is the homepage, but there's nothing there... Cheers -- Ben ara.t.howard@noaa.gov wrote: > On Wed, 26 Jul 2006, Logan Capaldo wrote: > > > > > On Jul 25, 2006, at 1:25 PM, Ben Zealley wrote: > > > >> The question is this: if I call values.sh from within Ruby (with a > >> leading period) will I be able to see the updated environment variables > >> after it returns, or is this behaviour specific to when one shell > >> script calls another? (They're ksh scripts, if that information is > >> helpful) > > > > The second one, fortunately or unfortunately as the case may be. .