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 C847015808B for ; Fri, 15 Apr 2022 05:27:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0A862E08D3; Fri, 15 Apr 2022 05:27:36 +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 DB1F5E08D3 for ; Fri, 15 Apr 2022 05:27:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 7C2333418EF for ; Fri, 15 Apr 2022 05:27:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EB894250 for ; Fri, 15 Apr 2022 05:27:32 +0000 (UTC) From: "Dex Conner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Dex Conner" Message-ID: <1650000440.4b9d234baaee653fceff7c3a7fa85cc704b101ef.cantcuckthis@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/somebar/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-apps/somebar/somebar-9999.ebuild X-VCS-Directories: gui-apps/somebar/ X-VCS-Committer: cantcuckthis X-VCS-Committer-Name: Dex Conner X-VCS-Revision: 4b9d234baaee653fceff7c3a7fa85cc704b101ef X-VCS-Branch: dev Date: Fri, 15 Apr 2022 05:27:32 +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: 17816805-e464-4824-a756-20d787633385 X-Archives-Hash: d3642fccfddaa74c7898d1507a5f4a67 commit: 4b9d234baaee653fceff7c3a7fa85cc704b101ef Author: Dex Conner danwin1210 de> AuthorDate: Fri Apr 15 05:25:52 2022 +0000 Commit: Dex Conner danwin1210 de> CommitDate: Fri Apr 15 05:27:20 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4b9d234b gui-apps/somebar: use double brackets not single Signed-off-by: Dex Conner danwin1210.de> gui-apps/somebar/somebar-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui-apps/somebar/somebar-9999.ebuild b/gui-apps/somebar/somebar-9999.ebuild index 9ddcc25da..9cbda0620 100644 --- a/gui-apps/somebar/somebar-9999.ebuild +++ b/gui-apps/somebar/somebar-9999.ebuild @@ -27,7 +27,7 @@ BDEPEND=" src_prepare() { default use savedconfig && restore_config src/config.hpp - [ -f src/config.hpp ] || cp src/config.def.hpp src/config.hpp + [[ -f src/config.hpp ]] || cp src/config.def.hpp src/config.hpp } src_install() {