mirror of
https://github.com/lingble/meta-tegra.git
synced 2025-11-02 13:27:58 +00:00
tegra-minimal-init: fix inconsistent indentions
Use blank space instead TAB everythere. Signed-off-by: Ming Liu <liu.ming50@gmail.com>
This commit is contained in:
@@ -32,6 +32,7 @@ if [ -n "$wait" -a ! -b "${rootdev}" ]; then
|
|||||||
count=`expr $count + 1`
|
count=`expr $count + 1`
|
||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "Mounting ${rootdev}..."
|
echo "Mounting ${rootdev}..."
|
||||||
[ -d /mnt ] || mkdir -p /mnt
|
[ -d /mnt ] || mkdir -p /mnt
|
||||||
count=0
|
count=0
|
||||||
|
|||||||
Reference in New Issue
Block a user