diff options
author | Sam James <sam@gentoo.org> | 2023-05-20 00:58:18 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-05-26 05:44:54 +0100 |
commit | 8835e26e29c3bda8d491297adc06d91dcf264515 (patch) | |
tree | e44b583af2fc8e9d0d1e07bf7324bc3e8c03ba54 /eclass | |
parent | net-misc/curl: fix hanging configure test (diff) | |
download | gentoo-8835e26e29c3bda8d491297adc06d91dcf264515.tar.gz gentoo-8835e26e29c3bda8d491297adc06d91dcf264515.tar.bz2 gentoo-8835e26e29c3bda8d491297adc06d91dcf264515.zip |
java-ant-2.eclass: drop invalid local in global scope
Thanks to radhermit for reporting. Portage doesn't notice this because
it does sourcing in function-scope.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/java-ant-2.eclass | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/eclass/java-ant-2.eclass b/eclass/java-ant-2.eclass index 3b4a71a402ed..ee7aa39ddea0 100644 --- a/eclass/java-ant-2.eclass +++ b/eclass/java-ant-2.eclass @@ -59,7 +59,6 @@ if [[ -z "${JAVA_ANT_DISABLE_ANT_CORE_DEP}" ]]; then fi # add ant tasks specified in WANT_ANT_TASKS to DEPEND -local ANT_TASKS_DEPEND; ANT_TASKS_DEPEND="$(java-pkg_ant-tasks-depend)" # check that java-pkg_ant-tasks-depend didn't fail if [[ $? != 0 ]]; then |