Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/releng:master commit in: tools-musl/
Date: Wed, 05 Feb 2014 20:13:43
Message-Id: 1391631254.ce2b5f8da89b21e77d45f83c3ca4ce103171a81c.blueness@gentoo
1 commit: ce2b5f8da89b21e77d45f83c3ca4ce103171a81c
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 5 20:14:14 2014 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 5 20:14:14 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/releng.git;a=commit;h=ce2b5f8d
7
8 tools-musl: fix typo
9
10 ---
11 tools-musl/run.sh | 2 +-
12 1 file changed, 1 insertion(+), 1 deletion(-)
13
14 diff --git a/tools-musl/run.sh b/tools-musl/run.sh
15 index c9127b4..3874cb4 100755
16 --- a/tools-musl/run.sh
17 +++ b/tools-musl/run.sh
18 @@ -9,7 +9,7 @@ elif [[ "${TEST_ARCH}" == "x86-64" ]]; then
19 MYARCH="amd64"
20 ALTARCH="x86_64"
21 else
22 - echo "Unsupported arch $MYARCH"
23 + echo "Unsupported arch $TEST_ARCH"
24 exit
25 fi