From: Koen Kooi Date: Fri, 23 Nov 2007 19:23:10 +0000 (+0000) Subject: zaurus-updater: fix a typo from the last commit X-Git-Tag: Release-2010-05/1~8297 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21ec9f3a78bc85de4d1747159ade2e6bd8752951;p=openembedded.git zaurus-updater: fix a typo from the last commit --- 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