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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id ACFA81382C5 for ; Tue, 2 Mar 2021 02:24:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C8D17E0882; Tue, 2 Mar 2021 02:24:18 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ADFD3E0882 for ; Tue, 2 Mar 2021 02:24:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3821A341174 for ; Tue, 2 Mar 2021 02:24:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 615A14F9 for ; Tue, 2 Mar 2021 02:24:15 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1614651839.c448afae1d58c354685650b53fbd0507a69d36ad.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/pass/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/pass/pass-9999.ebuild X-VCS-Directories: app-admin/pass/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: c448afae1d58c354685650b53fbd0507a69d36ad X-VCS-Branch: master Date: Tue, 2 Mar 2021 02:24:15 +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: ed235232-d864-4d65-99a3-8aaea208ac9e X-Archives-Hash: 2a77c07167cc78da52e53cc8abcb33fb commit: c448afae1d58c354685650b53fbd0507a69d36ad Author: Matt Turner gentoo org> AuthorDate: Tue Mar 2 02:23:43 2021 +0000 Commit: Matt Turner gentoo org> CommitDate: Tue Mar 2 02:23:59 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c448afae app-admin/pass: Remove unnecessary slash strip Signed-off-by: Matt Turner gentoo.org> app-admin/pass/pass-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-admin/pass/pass-9999.ebuild b/app-admin/pass/pass-9999.ebuild index f22353197ff..41d248d350e 100644 --- a/app-admin/pass/pass-9999.ebuild +++ b/app-admin/pass/pass-9999.ebuild @@ -74,7 +74,7 @@ pkg_postinst() { if use importers; then einfo "To import passwords from other password managers, you may use the" einfo "various importer scripts found in:" - einfo " ${EROOT%/}/usr/share/${PN}/importers/" + einfo " ${EROOT}/usr/share/${PN}/importers/" fi }