From 210fa2810a5da09355e11a0780c0aada78d80d6d Mon Sep 17 00:00:00 2001 From: Johann Date: Fri, 20 Jul 2012 11:41:06 -0700 Subject: [PATCH] bash uses curly braces Change-Id: I2799c766008dc9016d2e55e6e40ae2c4ae4b37d2 --- build/make/configure.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ EOF fi # only for MIPS platforms - case $(toolchain) in + case ${toolchain} in mips*) if enabled dspr2; then if enabled big_endian; then -- 2.7.4