java-ant-2.eclass: Replace unnecessary evals with arrays
authorMichał Górny <mgorny@gentoo.org>
Wed, 22 Feb 2017 19:40:06 +0000 (20:40 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 8 Mar 2017 07:35:29 +0000 (08:35 +0100)
commitb8fd8d3124411a8b046898a1c578fe6295e96dd0
tree1d908f608e2c735521acc433dfbe3822a497cab9
parent107aacd2d148608cac69f4010df93df4727c2852
java-ant-2.eclass: Replace unnecessary evals with arrays

Replace the horrifying use of evals along with quoting to pass multiple
filenames whitespace-safe with much simpler bash arrays. While at it,
also simplify the find-read loop.
eclass/java-ant-2.eclass