Re: patchset to optionally disable function exports

2014-10-13 Thread Chet Ramey
On 9/25/14, 4:37 PM, David Galos wrote: > I understand that some people might find function exports useful, but > there is also some utility in being able to turn it off. I will probably include some variant of this in the next release of bash. Thanks for the report and patches. Chet -- ``The l

patchset to optionally disable function exports

2014-09-25 Thread David Galos
I understand that some people might find function exports useful, but there is also some utility in being able to turn it off. I've added a configure flag, --disable-function-export which prevents bash from attempting to parse environment variables that look like functions upon startup. The defaul