projects
/
platform
/
core
/
system
/
upgrade-tools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e94ceb9
)
Fix typo at warning message
author
Jeon Sang-Heon
<sh95.jeon@samsung.com>
Fri, 30 Oct 2020 11:19:33 +0000
(11:19 +0000)
committer
Jeon Sang-Heon
<sh95.jeon@samsung.com>
Fri, 30 Oct 2020 11:22:21 +0000
(11:22 +0000)
aready -> already
Change-Id: I44fef23b15666262635bb12b2a64ef0d68fda739
Signed-off-by: Jeon Sang-Heon <sh95.jeon@samsung.com>
mk_delta/common/bin/unpack.sh
patch
|
blob
|
history
diff --git
a/mk_delta/common/bin/unpack.sh
b/mk_delta/common/bin/unpack.sh
index
869881d
..
7c38224
100755
(executable)
--- a/
mk_delta/common/bin/unpack.sh
+++ b/
mk_delta/common/bin/unpack.sh
@@
-166,7
+166,7
@@
gunzipWithTrailer(){
unpack()(
[ -d "$unpacked" ] && echo "\
-Warning: there is aready an unpacking directory. If you have files added on
+Warning: there is a
l
ready an unpacking directory. If you have files added on
your own there, the repacking result may not reflect the result of the
current unpacking process."
rqd mkdir -p "$unpacked"