Gentoo Archives: gentoo-portage-dev

From: Zac Medico <zmedico@g.o>
To: gentoo-portage-dev@l.g.o
Cc: "Michał Górny" <mgorny@g.o>
Subject: Re: [gentoo-portage-dev] [PATCH] eapply: Ensure that files are sorted lexically
Date: Sat, 14 Nov 2015 18:59:55
Message-Id: 564784A4.9010601@gentoo.org
In Reply to: [gentoo-portage-dev] [PATCH] eapply: Ensure that files are sorted lexically by "Michał Górny"
1 On 11/14/2015 10:37 AM, Michał Górny wrote:
2 > + _eapply_get_files "${f}"
3
4 It looks like there's a typo in the enclosing for loop:
5
6 for i in "${files[@]}"; do
7
8 That i should be an f, right? And we need another local declaration for
9 the outer f variable.
10 --
11 Thanks,
12 Zac