bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

patchset to optionally disable function exports


From: David Galos
Subject: patchset to optionally disable function exports
Date: Thu, 25 Sep 2014 16:37:03 -0400

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 default behavior is still to allow
function exports. You can note that this actually adds symmetry with
array exports for which there is already a flag that does the same
thing.

Let me know if there is interest in this, or what I might need to do
further to get this accepted.


Thanks,
Dave

Attachment: 0001-add-a-flag-to-enable-or-disable-function-import-on-s.patch
Description: Text Data

Attachment: 0002-merge-configure.in-changes-to-configure.ac.patch
Description: Text Data

Attachment: 0003-add-FUNCTION_EXPORT-to-config.h.in.patch
Description: Text Data

Attachment: 0004-re-run-autoconf-to-regen-configure.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]