Bug#814358: dash removes exported bash functions from the environment

2016-02-15 Thread Joachim Breitner
Hi, On Wed, 10 Feb 2016 19:58:17 +0100 Joachim Breitner wrote: > Unfortunately, that breaks programs where a bash script exports a shell > function to all subshells, when there is a call to '/bin/sh -c "..."' in > between. a bit of context: This would not be a problem with bash from a while ago,

Bug#814358: dash removes exported bash functions from the environment

2016-02-10 Thread Joachim Breitner
Package: dash Version: 0.5.8-2.1 Severity: normal -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, between 0.5.7 and 0.5.8, upstream introduced a change to dash that removes everything from the environment that does not look like a proper variable name: http://git.kernel.org/cgit/utils/dash/das