commit:     c973e986f2e0a25a79d3ea976222f21405299393
Author:     Mathieu Tortuyaux <mathieu.tortuyaux <AT> gmail <DOT> com>
AuthorDate: Thu Jan 14 10:08:45 2021 +0000
Commit:     Mathieu Tortuyaux <mathieu.tortuyaux <AT> gmail <DOT> com>
CommitDate: Thu Jan 14 10:08:52 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c973e986

sys-fs/gcsfuse: quote variable

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Mathieu Tortuyaux <mathieu.tortuyaux <AT> gmail.com>

 sys-fs/gcsfuse/gcsfuse-0.32.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fs/gcsfuse/gcsfuse-0.32.0.ebuild 
b/sys-fs/gcsfuse/gcsfuse-0.32.0.ebuild
index 88c9aba4..aca3d799 100644
--- a/sys-fs/gcsfuse/gcsfuse-0.32.0.ebuild
+++ b/sys-fs/gcsfuse/gcsfuse-0.32.0.ebuild
@@ -431,7 +431,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
 src_compile() {
-       go build -v -x -work -o ${PN} || die "build failed"
+       go build -v -x -work -o "${PN}" || die "build failed"
 }
 
 src_install() {

Reply via email to