Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: bin/
Date: Sun, 18 Aug 2019 19:27:09
Message-Id: 1566156366.39f909a6eb7012a5a53f3dd7936976ca804431b5.ulm@gentoo
1 commit: 39f909a6eb7012a5a53f3dd7936976ca804431b5
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 18 19:26:06 2019 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 18 19:26:06 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=39f909a6
7
8 unpack: Restore error message.
9
10 This was inavertently reverted with commit 17ecafa949.
11
12 Fixes: 17ecafa949c87a6f2a2d2c98c7de18ed06f08f2f
13 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
14
15 bin/phase-helpers.sh | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/bin/phase-helpers.sh b/bin/phase-helpers.sh
19 index 5f0e202c2..cbc803277 100644
20 --- a/bin/phase-helpers.sh
21 +++ b/bin/phase-helpers.sh
22 @@ -366,7 +366,7 @@ unpack() {
23 fi
24 }
25
26 - myfail="failure unpacking ${x}"
27 + myfail="unpack: failure unpacking ${x}"
28 case "${suffix_insensitive}" in
29 tar)
30 if ___eapi_unpack_is_case_sensitive && \