diff options
author | Koen Kooi <koen@openembedded.org> | 2007-11-23 19:23:10 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-11-23 19:23:10 +0000 |
commit | 21ec9f3a78bc85de4d1747159ade2e6bd8752951 (patch) | |
tree | 673098a7add1979ff47f0374ef00bea81e89b04a /packages | |
parent | ac4888711b0e9aacf16c8893df9ec4eedaef409c (diff) |
zaurus-updater: fix a typo from the last commit
Diffstat (limited to 'packages')
-rw-r--r-- | packages/zaurus-updater/zaurus-updater/updater.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/zaurus-updater/zaurus-updater/updater.sh b/packages/zaurus-updater/zaurus-updater/updater.sh index 2c99a44e39..c665977f0d 100644 --- 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 |