From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D7AF5158020 for ; Thu, 10 Nov 2022 05:06:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 330F6E0930; Thu, 10 Nov 2022 05:06:58 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1AD45E0930 for ; Thu, 10 Nov 2022 05:06:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3BF6933FD24 for ; Thu, 10 Nov 2022 05:06:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C9431721 for ; Thu, 10 Nov 2022 05:06:55 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1668056573.ec1b9213ff58c433b593dedd1cbad12739ae02d4.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-plugins/browserpass/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-plugins/browserpass/browserpass-3.0.10.ebuild X-VCS-Directories: www-plugins/browserpass/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: ec1b9213ff58c433b593dedd1cbad12739ae02d4 X-VCS-Branch: master Date: Thu, 10 Nov 2022 05:06:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 78a2912f-e66b-42e5-8894-8bf17bc3ddaa X-Archives-Hash: ec7503a505253c16e3d753e3866a4f87 commit: ec1b9213ff58c433b593dedd1cbad12739ae02d4 Author: Arthur Zamarin gentoo org> AuthorDate: Wed Nov 9 19:53:05 2022 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Thu Nov 10 05:02:53 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec1b9213 www-plugins/browserpass: fix UnquotedVariable Signed-off-by: Arthur Zamarin gentoo.org> www-plugins/browserpass/browserpass-3.0.10.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-plugins/browserpass/browserpass-3.0.10.ebuild b/www-plugins/browserpass/browserpass-3.0.10.ebuild index 086dfb387890..ccca3aa0379f 100644 --- a/www-plugins/browserpass/browserpass-3.0.10.ebuild +++ b/www-plugins/browserpass/browserpass-3.0.10.ebuild @@ -21,7 +21,7 @@ S="${WORKDIR}"/${MY_PN}-${PV} src_compile() { ego build || die - sed -e 's|%%replace%%|'${EPREFIX}'/usr/libexec/browserpass-native|' \ + sed -e "s|%%replace%%|${EPREFIX}/usr/libexec/browserpass-native|" \ -i browser-files/firefox-host.json browser-files/chromium-host.json || die }