Re: passing environment variables back to shell

2003-06-24 Thread David Z Maze
Matt Price <[EMAIL PROTECTED]> writes: > anyone know if it's possible to pass the value of variables assigned > within a bash script back out to the executing shell? No, unless you run the child script using the '.' builtin. > I've written a tiny script to figure out the IP address of my > (dyna

Re: passing environment variables back to shell

2003-06-24 Thread Haim Ashkenazi
On Tuesday 24 June 2003 06:05, Matt Price wrote: > Hi, > > anyone know if it's possible to pass the value of variables assigned > within a bash script back out to the executing shell? Or better yet, > to all subsequent shells? > > I've written a tiny script to figure out the IP address of my > (dy

Re: passing environment variables back to shell

2003-06-23 Thread Shawn Lamson
On Mon, June 23 at 11:05 PM EDT Matt Price <[EMAIL PROTECTED]> wrote: > Hi, > > anyone know if it's possible to pass the value of variables assigned > within a bash script back out to the executing shell? Or better yet, > to all subsequent shells? > > I've written a tiny script to figure out th