Gentoo Archives: gentoo-portage-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-portage-dev@l.g.o
Cc: "Michał Górny" <mgorny@g.o>
Subject: [gentoo-portage-dev] [PATCH 7/7] eapply: Order files using POSIX locale
Date: Mon, 09 Nov 2015 17:50:41
Message-Id: 1447091377-2902-8-git-send-email-mgorny@gentoo.org
In Reply to: [gentoo-portage-dev] [PATCHES] EAPI 6 updates by "Michał Górny"
1 ---
2 bin/phase-helpers.sh | 1 +
3 1 file changed, 1 insertion(+)
4
5 diff --git a/bin/phase-helpers.sh b/bin/phase-helpers.sh
6 index 6cd0859..81e3ae7 100644
7 --- a/bin/phase-helpers.sh
8 +++ b/bin/phase-helpers.sh
9 @@ -982,6 +982,7 @@ fi
10 if ___eapi_has_eapply; then
11 eapply() {
12 local failed
13 + local -x LC_COLLATE=POSIX
14
15 _eapply_patch() {
16 local f=${1}
17 --
18 2.6.3