diff options
author | Vitaly Zdanevich <zdanevich.vitaly@ya.ru> | 2024-07-19 15:25:02 +0400 |
---|---|---|
committer | Vitaly Zdanevich <zdanevich.vitaly@ya.ru> | 2024-07-19 15:25:02 +0400 |
commit | a1fe8431a2f5c07c889a9377f765abc0d5ba8bf5 (patch) | |
tree | e51cfcc4daadc2413e9be58f04ce56f740ae7663 /app-benchmarks | |
parent | app-benchmarks/phoronix-test-suite: Please make sure to call xdg_desktop_data... (diff) | |
download | guru-a1fe8431a2f5c07c889a9377f765abc0d5ba8bf5.tar.gz guru-a1fe8431a2f5c07c889a9377f765abc0d5ba8bf5.tar.bz2 guru-a1fe8431a2f5c07c889a9377f765abc0d5ba8bf5.zip |
app-benchmarks/phoronix-test-suite: fix my miskate sed: -e expression #2, char 36: unterminated s command
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly@ya.ru>
Diffstat (limited to 'app-benchmarks')
-rw-r--r-- | app-benchmarks/phoronix-test-suite/phoronix-test-suite-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |