bash uses curly braces
authorJohann <johannkoenig@google.com>
Fri, 20 Jul 2012 18:41:06 +0000 (11:41 -0700)
committerJohann <johannkoenig@google.com>
Fri, 20 Jul 2012 18:41:06 +0000 (11:41 -0700)
Change-Id: I2799c766008dc9016d2e55e6e40ae2c4ae4b37d2

build/make/configure.sh

index b5ba4a9..0f6c6ca 100755 (executable)
@@ -1150,7 +1150,7 @@ EOF
     fi
 
     # only for MIPS platforms
-    case $(toolchain) in
+    case ${toolchain} in
         mips*)
             if enabled dspr2; then
                 if enabled big_endian; then