From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1106518-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C2738138334 for <garchives@archives.gentoo.org>; Sun, 18 Aug 2019 19:27:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E5B66E0900; Sun, 18 Aug 2019 19:27:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BD33DE0900 for <gentoo-commits@lists.gentoo.org>; Sun, 18 Aug 2019 19:27:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 48C5F349DB4 for <gentoo-commits@lists.gentoo.org>; Sun, 18 Aug 2019 19:27:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AC1224D3 for <gentoo-commits@lists.gentoo.org>; Sun, 18 Aug 2019 19:27:03 +0000 (UTC) From: "Ulrich Müller" <ulm@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" <ulm@gentoo.org> Message-ID: <1566156366.39f909a6eb7012a5a53f3dd7936976ca804431b5.ulm@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: bin/ X-VCS-Repository: proj/portage X-VCS-Files: bin/phase-helpers.sh X-VCS-Directories: bin/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 39f909a6eb7012a5a53f3dd7936976ca804431b5 X-VCS-Branch: master Date: Sun, 18 Aug 2019 19:27:03 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 29083cbe-bef0-4dff-82cf-66836821942c X-Archives-Hash: 6dcb8305b45dcaf89334a9e809e83161 commit: 39f909a6eb7012a5a53f3dd7936976ca804431b5 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Sun Aug 18 19:26:06 2019 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Sun Aug 18 19:26:06 2019 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=39f909a6 unpack: Restore error message. This was inavertently reverted with commit 17ecafa949. Fixes: 17ecafa949c87a6f2a2d2c98c7de18ed06f08f2f Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> bin/phase-helpers.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/phase-helpers.sh b/bin/phase-helpers.sh index 5f0e202c2..cbc803277 100644 --- a/bin/phase-helpers.sh +++ b/bin/phase-helpers.sh @@ -366,7 +366,7 @@ unpack() { fi } - myfail="failure unpacking ${x}" + myfail="unpack: failure unpacking ${x}" case "${suffix_insensitive}" in tar) if ___eapi_unpack_is_case_sensitive && \