[Rpm-maint] [rpm-software-management/rpm] Implement %elif (#710)
Panu Matilainen
notifications at github.com
Tue May 21 11:17:58 UTC 2019
pmatilai commented on this pull request.
> /* Don't expand macros (eg. %define) in false branch of %if clause */
- if (!spec->readStack->reading)
+ } else if (!spec->readStack->reading)
return 0;
If one branch of if uses { } blocks, all the branches should have them.
--
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/710#pullrequestreview-239978836
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20190521/00a89fe7/attachment.html>
More information about the Rpm-maint
mailing list