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 0C5FD158030 for ; Sun, 26 Feb 2023 07:53:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 25106E0845; Sun, 26 Feb 2023 07:53:24 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 098CDE0845 for ; Sun, 26 Feb 2023 07:53:24 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0EFC8340DB7 for ; Sun, 26 Feb 2023 07:53:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 699E68C2 for ; Sun, 26 Feb 2023 07:53:21 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1677397999.6d89fdf083f1d8030cf731c90b4b3b2be2ebe76a.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/bottom/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-process/bottom/bottom-0.8.0.ebuild X-VCS-Directories: sys-process/bottom/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 6d89fdf083f1d8030cf731c90b4b3b2be2ebe76a X-VCS-Branch: master Date: Sun, 26 Feb 2023 07:53:21 +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: 9b2c5bc3-b8f3-406a-a9ff-77003d50009a X-Archives-Hash: d7ed0089fbc4a0c55b2ca47d599fdd57 commit: 6d89fdf083f1d8030cf731c90b4b3b2be2ebe76a Author: Joonas Niilola gentoo org> AuthorDate: Sun Feb 26 07:52:52 2023 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sun Feb 26 07:53:19 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d89fdf0 sys-process/bottom: add some error handling to 0.8.0 Signed-off-by: Joonas Niilola gentoo.org> sys-process/bottom/bottom-0.8.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-process/bottom/bottom-0.8.0.ebuild b/sys-process/bottom/bottom-0.8.0.ebuild index f48d77f43bf9..ca32d135cf54 100644 --- a/sys-process/bottom/bottom-0.8.0.ebuild +++ b/sys-process/bottom/bottom-0.8.0.ebuild @@ -253,7 +253,7 @@ src_install() { # Find generated shell completion files. btm.bash can be present in multiple dirs if we build # additional features, so grab the first match only. - local BUILD_DIR="$(dirname $(find target -name btm.bash -print -quit))" + local BUILD_DIR="$(dirname $(find target -name btm.bash -print -quit || die) || die)" newbashcomp "${BUILD_DIR}"/btm.bash btm