From ce2b5f8da89b21e77d45f83c3ca4ce103171a81c Mon Sep 17 00:00:00 2001 From: "Anthony G. Basile" Date: Wed, 5 Feb 2014 15:14:14 -0500 Subject: [PATCH] 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 c9127b4e..3874cb4e 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