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 DEFE91380DC for ; Wed, 5 Feb 2014 20:13:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7687FE0D14; Wed, 5 Feb 2014 20:13:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 178E9E0D14 for ; Wed, 5 Feb 2014 20:13:43 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2B5A533F5FA for ; Wed, 5 Feb 2014 20:13:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 4AD2C18278 for ; Wed, 5 Feb 2014 20:13:40 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1391631254.ce2b5f8da89b21e77d45f83c3ca4ce103171a81c.blueness@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: tools-musl/ X-VCS-Repository: proj/releng X-VCS-Files: tools-musl/run.sh X-VCS-Directories: tools-musl/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: ce2b5f8da89b21e77d45f83c3ca4ce103171a81c X-VCS-Branch: master Date: Wed, 5 Feb 2014 20:13:40 +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: be8d8321-c9c7-4034-af52-ff23316dfa9b X-Archives-Hash: d801b31a98f963ff36f7e940a6533f56 commit: ce2b5f8da89b21e77d45f83c3ca4ce103171a81c Author: Anthony G. Basile gentoo org> AuthorDate: Wed Feb 5 20:14:14 2014 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Wed Feb 5 20:14:14 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/releng.git;a=commit;h=ce2b5f8d tools-musl: fix typo --- tools-musl/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools-musl/run.sh b/tools-musl/run.sh index c9127b4..3874cb4 100755 --- a/tools-musl/run.sh +++ b/tools-musl/run.sh @@ -9,7 +9,7 @@ elif [[ "${TEST_ARCH}" == "x86-64" ]]; then MYARCH="amd64" ALTARCH="x86_64" else - echo "Unsupported arch $MYARCH" + echo "Unsupported arch $TEST_ARCH" exit fi