Skip to content
Snippets Groups Projects
Commit e6100a16 authored by Michael Büsch's avatar Michael Büsch
Browse files

boot.sh: Tabs are used for indent. Also use tabs in jffs2_ready()

SVN-Revision: 25635
parent 16a300ea
No related branches found
No related tags found
No related merge requests found
...@@ -78,10 +78,10 @@ find_mtd_part() { ...@@ -78,10 +78,10 @@ find_mtd_part() {
} }
jffs2_ready () { jffs2_ready () {
mtdpart="$(find_mtd_part rootfs_data)" mtdpart="$(find_mtd_part rootfs_data)"
[ -z "$mtdpart" ] && return 1 [ -z "$mtdpart" ] && return 1
magic=$(hexdump $mtdpart -n 4 -e '4/1 "%02x"') magic=$(hexdump $mtdpart -n 4 -e '4/1 "%02x"')
[ "$magic" != "deadc0de" ] [ "$magic" != "deadc0de" ]
} }
dupe() { # <new_root> <old_root> dupe() { # <new_root> <old_root>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment