ruby-fakegem.eclass: Remove completely unnecessary 'eval ls'
authorMichał Górny <mgorny@gentoo.org>
Thu, 23 Feb 2017 18:20:01 +0000 (19:20 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 8 Mar 2017 07:35:33 +0000 (08:35 +0100)
commit8e1bff5146ca3f6305ce7349b963c8fa19bc9b63
treea35a7062b7dc13934b0d86845a40afa839da7dfc
parent308630e439f40246333800fea11b731715bdd83f
ruby-fakegem.eclass: Remove completely unnecessary 'eval ls'

Filename expansion is performed when the variable is referenced unquoted
already. There is really no need to call 'ls' on top of that, and even
less reason to wrap it all in 'eval'.
eclass/ruby-fakegem.eclass