From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 4B04B1381F3 for ; Tue, 6 Nov 2012 06:14:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1D117E05D5; Tue, 6 Nov 2012 06:14:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 87113E05D5 for ; Tue, 6 Nov 2012 06:14:29 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C764133D854 for ; Tue, 6 Nov 2012 06:14:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 56DE6E5442 for ; Tue, 6 Nov 2012 06:14:27 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1352182450.764e86e21c907e4bc402a7e65e7b846781b02dbe.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: bin/ebuild-helpers/ X-VCS-Repository: proj/portage X-VCS-Files: bin/ebuild-helpers/prepstrip X-VCS-Directories: bin/ebuild-helpers/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 764e86e21c907e4bc402a7e65e7b846781b02dbe X-VCS-Branch: master Date: Tue, 6 Nov 2012 06:14:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 55887902-c8f7-4bbc-bff3-181bf7627ebc X-Archives-Hash: 56e45290d5fd8257a3d91cbfd2480568 commit: 764e86e21c907e4bc402a7e65e7b846781b02dbe Author: Zac Medico gentoo org> AuthorDate: Tue Nov 6 05:42:18 2012 +0000 Commit: Zac Medico gentoo org> CommitDate: Tue Nov 6 06:14:10 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=764e86e2 prepstrip: handle empty inode list --- bin/ebuild-helpers/prepstrip | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/bin/ebuild-helpers/prepstrip b/bin/ebuild-helpers/prepstrip index c6bf60e..57dbc0f 100755 --- a/bin/ebuild-helpers/prepstrip +++ b/bin/ebuild-helpers/prepstrip @@ -257,7 +257,7 @@ done < <( # Now we look for unstripped binaries. cd "${tmpdir}/inodes" || die "cd failed" -for inode_link in * ; do +for inode_link in $(shopt -s nullglob; echo *) ; do while read -r x do