mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-17 14:49:30 -07:00
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:
committed by
Michał Górny
parent
d22771ab30
commit
9ee6cf6c1f
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user