[oe-commits] org.oe.dev zaurus-updater: fix a typo from the last commit

koen commit openembedded-commits at lists.openembedded.org
Fri Nov 23 19:47:47 UTC 2007


zaurus-updater: fix a typo from the last commit

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: a4c0d8d29b3192af81f548c5ba679a145e116fb4
ViewMTN: http://monotone.openembedded.org/revision/info/a4c0d8d29b3192af81f548c5ba679a145e116fb4
Files:
1
packages/zaurus-updater/zaurus-updater/updater.sh
Diffs:

#
# mt diff -r3afb6317433537de597c1ebfc45a58487a538ff5 -ra4c0d8d29b3192af81f548c5ba679a145e116fb4
#
# 
# 
# patch "packages/zaurus-updater/zaurus-updater/updater.sh"
#  from [9f8ab285d27ddaa7507c45b7ec4fe3b82c1b8b8e]
#    to [9a97affc5b2efee46657bc581290041aac3bab38]
# 
============================================================
--- packages/zaurus-updater/zaurus-updater/updater.sh	9f8ab285d27ddaa7507c45b7ec4fe3b82c1b8b8e
+++ packages/zaurus-updater/zaurus-updater/updater.sh	9a97affc5b2efee46657bc581290041aac3bab38
@@ -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
 






More information about the Openembedded-commits mailing list