git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac48887
)
zaurus-updater: fix a typo from the last commit
author
Koen Kooi
<koen@openembedded.org>
Fri, 23 Nov 2007 19:23:10 +0000
(19:23 +0000)
committer
Koen Kooi
<koen@openembedded.org>
Fri, 23 Nov 2007 19:23:10 +0000
(19:23 +0000)
packages/zaurus-updater/zaurus-updater/updater.sh
patch
|
blob
|
history
diff --git
a/packages/zaurus-updater/zaurus-updater/updater.sh
b/packages/zaurus-updater/zaurus-updater/updater.sh
index
2c99a44
..
c665977
100644
(file)
--- a/
packages/zaurus-updater/zaurus-updater/updater.sh
+++ b/
packages/zaurus-updater/zaurus-updater/updater.sh
@@
-116,7
+116,7
@@
do_rootfs_extraction()
mke2fs $MKE2FSOPT /dev/${IDE1}1 > /dev/null 2>&1
e2fsck -p /dev/${IDE1}1 > /dev/null
if [ "$?" != "0" ]; then
- echo "Error Unable to create filesystem on microdrive!"
+ echo "Error
:
Unable to create filesystem on microdrive!"
exit "$?"
fi