kernel-2.eclass: fix Unquoted Variable

Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Arthur Zamarin
2023-09-09 22:21:18 +03:00
committed by Michał Górny
parent d22771ab30
commit 9ee6cf6c1f

View File

@@ -877,7 +877,7 @@ install_sources() {
dodir /usr/src
einfo ">>> Copying sources ..."
file="$(find ${WORKDIR} -iname "docs" -type d)"
file="$(find "${WORKDIR}" -iname "docs" -type d)"
if [[ -n ${file} ]]; then
for file in $(find ${file} -type f); do
echo "${file//*docs\/}" >> "${S}"/patches.txt