Fixed typo 08/239008/1
authorwchang kim <wchang.kim@samsung.com>
Tue, 21 Jul 2020 04:58:34 +0000 (13:58 +0900)
committerwchang kim <wchang.kim@samsung.com>
Tue, 21 Jul 2020 04:58:45 +0000 (13:58 +0900)
Change-Id: Ib72e12fafcf6177ec5c0153b7ff19f5a3462a32a

support/scripts/make_image.sh

index eadfc2dbf35a190e544bbe2c1e0b4394ebd527b2..1fba93604366a66d3ee4c8f6a13209e6b8d88192 100755 (executable)
@@ -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