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