public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: app-benchmarks/phoronix-test-suite/
Date: Wed, 24 Jul 2024 07:28:22 +0000 (UTC)	[thread overview]
Message-ID: <1721388302.a1fe8431a2f5c07c889a9377f765abc0d5ba8bf5.davidroman@gentoo> (raw)

commit:     a1fe8431a2f5c07c889a9377f765abc0d5ba8bf5
Author:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Fri Jul 19 11:25:02 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> 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 <zdanevich.vitaly <AT> 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>" \
 		  package_generic_name_regexp="^.*<GenericName>|</GenericName>.*$" \
 		  package_names_regexp="^.*<PackageName>|</PackageName>.*$"
-		  reg="s@(^[[:blank:]]+|[[:blank:]]+$)$@@g"
+		  reg='s@(^[[:blank:]]+|[[:blank:]]+$)$@@g'
 
 	line=0
 	while IFS=$'\n' read -r optional_packages_xmlline; do


             reply	other threads:[~2024-07-24  7:28 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-24  7:28 David Roman [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-10 10:31 [gentoo-commits] repo/proj/guru:dev commit in: app-benchmarks/phoronix-test-suite/ David Roman
2024-09-10 10:49 ` [gentoo-commits] repo/proj/guru:master " David Roman
2024-09-10 10:31 [gentoo-commits] repo/proj/guru:dev " David Roman
2024-09-10 10:49 ` [gentoo-commits] repo/proj/guru:master " David Roman
2024-07-24  7:28 David Roman
2024-07-24  7:28 David Roman
2024-07-24  7:28 David Roman
2022-10-17 11:26 Haelwenn Monnier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1721388302.a1fe8431a2f5c07c889a9377f765abc0d5ba8bf5.davidroman@gentoo \
    --to=davidroman96@gmail.com \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox