summaryrefslogtreecommitdiff
path: root/tcwg-benchmark.sh
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2017-10-27 12:00:22 +0000
committerChristophe Lyon <christophe.lyon@linaro.org>2017-10-27 12:00:22 +0000
commit5824a7223690d5a3da2d5b2b018f9555feebe332 (patch)
tree293f83971adbae1a4edcede622c2f526d9a52aef /tcwg-benchmark.sh
parent16d3231e23f061422c1dcc6108df00e642eb6312 (diff)
tcwg-benchmark.sh: Fix typo.
Change-Id: I00e82d47d51a449e00f597a5f9b442285e02e378
Diffstat (limited to 'tcwg-benchmark.sh')
-rwxr-xr-xtcwg-benchmark.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcwg-benchmark.sh b/tcwg-benchmark.sh
index 9914d724..bdf5b03a 100755
--- a/tcwg-benchmark.sh
+++ b/tcwg-benchmark.sh
@@ -55,7 +55,7 @@ case "$toolchain_url" in
fi
;;
"http://"*".tar.xz"|"https://"*".tar.xz")
- toolchain_dir=$(untar_url "$toolchain_url" "$WORKSPACE" "--strip-components 1")
+ toolchaindir=$(untar_url "$toolchain_url" "$WORKSPACE" "--strip-components 1")
;;
"rsync://"*)
ccprefix="${toolchain_url##rsync://}"