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 2F25D1381F3 for ; Fri, 11 Oct 2013 18:48:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B66CAE09F6; Fri, 11 Oct 2013 18:48:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 49C2AE09F6 for ; Fri, 11 Oct 2013 18:48:03 +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 1D32133BF13 for ; Fri, 11 Oct 2013 18:48:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id C76FBE5308 for ; Fri, 11 Oct 2013 18:48:00 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1381517260.30a3c4433c900c70a515a59ad71c9f88d6e6333b.vapier@gentoo> Subject: [gentoo-commits] proj/crossdev:master commit in: / X-VCS-Repository: proj/crossdev X-VCS-Files: crossdev X-VCS-Directories: / X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 30a3c4433c900c70a515a59ad71c9f88d6e6333b X-VCS-Branch: master Date: Fri, 11 Oct 2013 18:48:00 +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: 050aa40f-6502-4286-bc8b-508903358b16 X-Archives-Hash: 6f6090a924860143c0c14a203d807f98 commit: 30a3c4433c900c70a515a59ad71c9f88d6e6333b Author: Mike Frysinger gentoo org> AuthorDate: Fri Oct 11 18:47:40 2013 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Fri Oct 11 18:47:40 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/crossdev.git;a=commit;h=30a3c443 crossdev: fix incorrect popd usage It doesn't take any arguments. Signed-off-by: Mike Frysinger gentoo.org> --- crossdev | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crossdev b/crossdev index b5ba7b3..baebf44 100755 --- a/crossdev +++ b/crossdev @@ -1056,7 +1056,7 @@ doemerge() { find -name config.log | \ tar cf - --files-from=- | \ xz > ../temp/${pn}-config.logs.tar.xz - popd "${d}" >/dev/null + popd >/dev/null done xz -zkf "${logfile}"