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 AFB18159C96 for ; Wed, 24 Jul 2024 07:28:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 11D63E2A2B; Wed, 24 Jul 2024 07:28:26 +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 E889EE2AB7 for ; Wed, 24 Jul 2024 07:28:25 +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 1125E34133B for ; Wed, 24 Jul 2024 07:28:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 749AD1E64 for ; Wed, 24 Jul 2024 07:28:22 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1721388302.a1fe8431a2f5c07c889a9377f765abc0d5ba8bf5.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: app-benchmarks/phoronix-test-suite/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-benchmarks/phoronix-test-suite/phoronix-test-suite-9999.ebuild X-VCS-Directories: app-benchmarks/phoronix-test-suite/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: a1fe8431a2f5c07c889a9377f765abc0d5ba8bf5 X-VCS-Branch: master Date: Wed, 24 Jul 2024 07:28:22 +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: e7411cad-4b2d-47c9-98de-9ad50d0f853a X-Archives-Hash: 226b3897bd152e212dd855cda6520e7f commit: a1fe8431a2f5c07c889a9377f765abc0d5ba8bf5 Author: Vitaly Zdanevich ya ru> AuthorDate: Fri Jul 19 11:25:02 2024 +0000 Commit: David Roman gmail com> CommitDate: Fri Jul 19 11:25:02 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a1fe8431 app-benchmarks/phoronix-test-suite: fix my miskate sed: -e expression #2, char 36: unterminated s command Signed-off-by: Vitaly Zdanevich ya.ru> app-benchmarks/phoronix-test-suite/phoronix-test-suite-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-benchmarks/phoronix-test-suite/phoronix-test-suite-9999.ebuild b/app-benchmarks/phoronix-test-suite/phoronix-test-suite-9999.ebuild index 254dfad84..a30654b5f 100644 --- a/app-benchmarks/phoronix-test-suite/phoronix-test-suite-9999.ebuild +++ b/app-benchmarks/phoronix-test-suite/phoronix-test-suite-9999.ebuild @@ -69,7 +69,7 @@ get_optional_dependencies() local package_close_regexp="" \ package_generic_name_regexp="^.*|.*$" \ package_names_regexp="^.*|.*$" - reg="s@(^[[:blank:]]+|[[:blank:]]+$)$@@g" + reg='s@(^[[:blank:]]+|[[:blank:]]+$)$@@g' line=0 while IFS=$'\n' read -r optional_packages_xmlline; do