commit:     56323cb8fa8dd874eb6284aba75f055610d2fb04
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Sep  3 11:45:40 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Sep 12 19:14:31 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56323cb8

webapp.eclass: fix UnquotedVariable of D

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 eclass/webapp.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/webapp.eclass b/eclass/webapp.eclass
index 1efe4e66b6a9..3bc177dc3e78 100644
--- a/eclass/webapp.eclass
+++ b/eclass/webapp.eclass
@@ -201,7 +201,7 @@ webapp_configfile() {
                my_file="$(webapp_strip_cwd "${my_file}")"
 
                elog "(config) ${my_file}"
-               echo "${my_file}" >> ${D}/${WA_CONFIGLIST}
+               echo "${my_file}" >> "${D}/${WA_CONFIGLIST}"
        done
 }
 

Reply via email to