pavlinamv commented on this pull request.


> @@ -1349,6 +1386,13 @@ expandMacro(MacroBuf mb, const char *src, size_t slen)
            doShellEscape(mb, s, (se - 1 - s));
            s = se;
            continue;
+       case '[':               /* %[...] expression expansion */
+           if (mb->macro_trace)
+               printMacro(mb, s, se);
+           s++;        /* skip ( */

```
s++;    /* skip ( */
```
->
```
s++;    /* skip [ */
```

-- 
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/846#pullrequestreview-290481295
_______________________________________________
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint

Reply via email to