From: wchang kim Date: Tue, 21 Jul 2020 04:58:34 +0000 (+0900) Subject: Fixed typo X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F08%2F239008%2F1;p=tools%2Ftbb.git Fixed typo Change-Id: Ib72e12fafcf6177ec5c0153b7ff19f5a3462a32a --- diff --git a/support/scripts/make_image.sh b/support/scripts/make_image.sh index eadfc2d..1fba936 100755 --- a/support/scripts/make_image.sh +++ b/support/scripts/make_image.sh @@ -189,7 +189,7 @@ download_update_partition() { if [ ! -e $DOWNDIR/$PART_FILE ] then wget -r -np -nd -P $DOWNDIR $PART_LOC -O $DOWNDIR/$PART_FILE - if [$? != 0 ] + if [ $? != 0 ] then return $? fi