diff options
author | Ulrich Müller <ulm@gentoo.org> | 2020-02-15 10:56:55 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2020-02-15 10:56:55 +0100 |
commit | 0d4ffd51d3dc86782dae2db9fe632f45af7eec87 (patch) | |
tree | 6667fce4b63d22908165162b11c214139612c7be /eclasses.tex | |
parent | Update copyright years. (diff) | |
download | pms-0d4ffd51d3dc86782dae2db9fe632f45af7eec87.tar.gz pms-0d4ffd51d3dc86782dae2db9fe632f45af7eec87.tar.bz2 pms-0d4ffd51d3dc86782dae2db9fe632f45af7eec87.zip |
ebuild-functions.tex: Update array detection code.
Remove the space after "declare -a" for matching "declare -p" output.
With the update of the bash version to 4.2 in EAPI 6, variables can
have other attributes in addition, which would make the test fail.
For example, see https://bugs.gentoo.org/444832#c7. The implementation
in Portage already omits the space.
Replace grep by functionally equivalent code in bash. This is how the
test is implemented in package managers, and follows the principle
that external programs should not be called unnecessarily.
Redirect stderr for "declare -p", because it outputs an error message
if the PATCHES variable is not defined.
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'eclasses.tex')
0 files changed, 0 insertions, 0 deletions