cvs.eclass: Replace unnecessary eval with bash arrays
authorMichał Górny <mgorny@gentoo.org>
Wed, 22 Feb 2017 19:09:29 +0000 (20:09 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 8 Mar 2017 07:35:26 +0000 (08:35 +0100)
commit0a2371efbe94fb1b410c0afd49bb1bb640d36a9e
tree140a6cde98d17a6e1aeb612f857d87ebe634524f
parentb01605abb90bf129349452e488f07ed825157c9d
cvs.eclass: Replace unnecessary eval with bash arrays

Replace the eval used to pass quoted password in with simpler and safer
bash arrays. Using eval is strongly discouraged as it is error-prone
and confusing.
eclass/cvs.eclass