> A macro will always see the macro expanded version of the parameter. Not sure 
> if there is a way around that with the current macro system - especially as 
> one needs to expand %{PATCH5} or what every hold the data in question at some 
> point.

Macro arguments are expanded yes, but you need that anyway to get at that 
%{PATCH5}. Built-in's and Lua macros can control what happens beyond that. 
There's %{quote:...} for example already, so why not %{shquote:...}. Hmm, 
actually there's also :shescape query formatter already...

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/1781#issuecomment-924771076
_______________________________________________
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint

Reply via email to