[Rpm-maint] [rpm-software-management/rpm] Unify glob fallback behavior (PR #2159)
Panu Matilainen
notifications at github.com
Tue Aug 23 07:22:58 UTC 2022
@pmatilai commented on this pull request.
> @@ -1595,7 +1595,7 @@ static rpmRC rpmReadRC(rpmrcCtx ctx, const char * rcfiles)
argvSplit(&globs, rcfiles, ":");
for (p = globs; *p; p++) {
ARGV_t av = NULL;
- if (rpmGlob(*p, NULL, &av) == 0) {
+ if (rpmGlob(*p, RPMGLOB_NONE, NULL, &av) == 0) {
argvAppend(&files, av);
Unrelated to this series, but here's another opportunity to take advantage of the new appending behavior of rpmGlob().
--
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/2159#pullrequestreview-1081597632
You are receiving this because you are subscribed to this thread.
Message ID: <rpm-software-management/rpm/pull/2159/review/1081597632 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20220823/3fd3477a/attachment.html>
More information about the Rpm-maint
mailing list