From: Johann Date: Fri, 20 Jul 2012 18:41:06 +0000 (-0700) Subject: bash uses curly braces X-Git-Tag: v1.2.0~140 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=210fa2810a5da09355e11a0780c0aada78d80d6d;p=platform%2Fupstream%2Flibvpx.git 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 @@ EOF fi # only for MIPS platforms - case $(toolchain) in + case ${toolchain} in mips*) if enabled dspr2; then if enabled big_endian; then