Skip to content

testing/wine-staging: avoid exec in global scope

Kevin Daudt requested to merge kdaudt/aports:wine-staging-no-exec into master

Forking in the global scope is expensive for tools that need to read the metadata of all aports, and in this case is unnecessary. This uses parameter substitution to achieve the same.

Merge request reports