commit | 210fa2810a5da09355e11a0780c0aada78d80d6d | [log] [tgz] |
---|---|---|
author | Johann <johannkoenig@google.com> | Fri Jul 20 11:41:06 2012 -0700 |
committer | Johann <johannkoenig@google.com> | Fri Jul 20 11:41:06 2012 -0700 |
tree | 438fe5d7266afe9827dec7ed1647f238a816c996 | |
parent | de6ddefa9fbd80704e1911f298793cf8afb53dd9 [diff] |
bash uses curly braces Change-Id: I2799c766008dc9016d2e55e6e40ae2c4ae4b37d2
diff --git a/build/make/configure.sh b/build/make/configure.sh index b5ba4a9..0f6c6ca 100755 --- a/build/make/configure.sh +++ b/build/make/configure.sh
@@ -1150,7 +1150,7 @@ fi # only for MIPS platforms - case $(toolchain) in + case ${toolchain} in mips*) if enabled dspr2; then if enabled big_endian; then