zaurus-updater: fix a typo from the last commit
authorKoen Kooi <koen@openembedded.org>
Fri, 23 Nov 2007 19:23:10 +0000 (19:23 +0000)
committerKoen Kooi <koen@openembedded.org>
Fri, 23 Nov 2007 19:23:10 +0000 (19:23 +0000)
packages/zaurus-updater/zaurus-updater/updater.sh

index 2c99a44..c665977 100644 (file)
@@ -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