Subject: Re: /etc/daily fubar if daily.local changes FWD
To: Ignatios Souvatzis <ignatios@cs.uni-bonn.de>
From: Hubert Feyrer <hubert@feyrer.de>
List: tech-userlevel
Date: 12/18/2006 00:20:39
On Thu, 14 Dec 2006, Ignatios Souvatzis wrote:
> What happens to non-exported variables in ( ) - sub-shells? Do we have
> any in /etc/daily{,.conf} that a daily.local would want to use?

noon% sh -c 'x=hello ; ( echo $x )'
hello

=> not a problem


  - Hubert