aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2015-03-17 19:23:55 +0000
committerChristophe Lyon <christophe.lyon@linaro.org>2015-04-02 21:09:20 +0100
commit90116580dbd63f2efd8de6c399896267ba29f763 (patch)
tree06ba9bc521919aaafd00f4b211ae935a34fd9af5
parent8e38431cbbc6dc84af9f622032881162adb31f07 (diff)
Fix BZ1366: failure to source linaro.exp
Turns out that "default{" is wrong. Change-Id: I6175b743d41648b89dec7afbd7830084c4061f50
-rw-r--r--config/linaro.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/linaro.exp b/config/linaro.exp
index 64bf7b79..ca86f735 100644
--- a/config/linaro.exp
+++ b/config/linaro.exp
@@ -53,7 +53,7 @@ case "$target_triplet" in {
{ native* } {
set target_list { unix }
}
- default{
+ default {
if { [info exists env(SCHROOT_TEST)]
&& $env(SCHROOT_TEST) == "yes" } {
set target_list [list $machine_prefix-armv8]