From a1fe8431a2f5c07c889a9377f765abc0d5ba8bf5 Mon Sep 17 00:00:00 2001 From: Vitaly Zdanevich Date: Fri, 19 Jul 2024 15:25:02 +0400 Subject: [PATCH] app-benchmarks/phoronix-test-suite: fix my miskate sed: -e expression #2, char 36: unterminated s command Signed-off-by: Vitaly Zdanevich --- .../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 254dfad84f..a30654b5f8 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