projects
/
tools
/
tbb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33995a5
)
Fixed typo
08/239008/1
author
wchang kim
<wchang.kim@samsung.com>
Tue, 21 Jul 2020 04:58:34 +0000
(13:58 +0900)
committer
wchang kim
<wchang.kim@samsung.com>
Tue, 21 Jul 2020 04:58:45 +0000
(13:58 +0900)
Change-Id: Ib72e12fafcf6177ec5c0153b7ff19f5a3462a32a
support/scripts/make_image.sh
patch
|
blob
|
history
diff --git
a/support/scripts/make_image.sh
b/support/scripts/make_image.sh
index eadfc2dbf35a190e544bbe2c1e0b4394ebd527b2..1fba93604366a66d3ee4c8f6a13209e6b8d88192 100755
(executable)
--- 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