fix bug at strcmp 60/215360/1
authorwansu.yoo <wansu.yoo@samsung.com>
Mon, 7 Oct 2019 09:46:58 +0000 (18:46 +0900)
committerwansu.yoo <wansu.yoo@samsung.com>
Mon, 7 Oct 2019 09:46:58 +0000 (18:46 +0900)
Change-Id: Ie3fba43f24e8e9d60e2e41c0740df6a568e85ead

build.sh

index c4d1fb7..5b9622a 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -71,7 +71,7 @@ function submodule_build() {
     echo "---------------------------------------------"
     pushd $BASE_DIR
     cd $SUBMODULE  || exit 1
-    if [ $1 == "secure" ]; then
+    if [ "$1" == "secure" ]; then
         bash $SUBMODULE_BUILD_CMD_WITH_TAGS || exit 1
     else
         bash $SUBMODULE_BUILD_CMD || exit 1