aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-benchmarks/phoronix-test-suite/phoronix-test-suite-9999.ebuild')
-rw-r--r--app-benchmarks/phoronix-test-suite/phoronix-test-suite-9999.ebuild2
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