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