unpacker.eclass: Replace unnecessary eval with array
authorMichał Górny <mgorny@gentoo.org>
Thu, 23 Feb 2017 19:44:28 +0000 (20:44 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 8 Mar 2017 07:35:37 +0000 (08:35 +0100)
commit2815d61ee148bc442b450c017a9c9e7ad0a34c19
tree6f30db5cd7e89307a4fa192639e023bd0c359d92
parenta85a7c74c7611e85748b0b6f0cab2a733fd9c200
unpacker.eclass: Replace unnecessary eval with array

Replace the eval used to attempt to construct whitespace-path-safe
utility calls with much simpler bash arrays.
eclass/unpacker.eclass