commit:     c205c46011114e1b40836de233fa6108e546c5eb
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Thu Sep  8 10:23:21 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Thu Sep  8 10:23:21 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c205c460

sci-libs/dart: quote ED variables

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 sci-libs/dart/dart-6.12.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/dart/dart-6.12.1-r2.ebuild 
b/sci-libs/dart/dart-6.12.1-r2.ebuild
index 29966aa83..1bb3e986c 100644
--- a/sci-libs/dart/dart-6.12.1-r2.ebuild
+++ b/sci-libs/dart/dart-6.12.1-r2.ebuild
@@ -160,7 +160,7 @@ src_install() {
 #      use python && cmake_build install-dartpy
        mv "${ED}/usr/share/doc/dart/data" "${ED}/usr/share/${PN}" || die
        if [[ -d "${ED}/usr/share/doc/dart" ]] ; then
-               if [[ "$(ls -A ${ED}/usr/share/doc/dart)" ]] ; then
+               if [[ "$(ls -A "${ED}"/usr/share/doc/dart)" ]] ; then
                        mv "${ED}"/usr/share/doc/dart/* 
"${ED}/usr/share/doc/${PF}" || die
                fi
        fi

Reply via email to