[Rpm-maint] [rpm-software-management/rpm] Add shell-like escape support to %files (PR #2103)

Michal Domonkos notifications at github.com
Thu Jun 23 11:40:26 UTC 2022


@dmnks commented on this pull request.



>  
-    s = argvJoin(sb, " ");
+	poptParseArgvString(s, &pac, &pav);
+	for (j = 0; j < pac; j++)
+	    argvAdd(&sb, pav[j]);

Truly, I've left it there just for the sake of compatibility, and was actually going to remove most of this anyway, by making `rpmGlob()` extend the passed arglist instead of replacing it on each call, in another PR.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/2103#discussion_r904916035
You are receiving this because you are subscribed to this thread.

Message ID: <rpm-software-management/rpm/pull/2103/review/1016852797 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20220623/cf194f9d/attachment.html>


More information about the Rpm-maint mailing list