mirror of
https://github.com/lingble/meta-tegra.git
synced 2025-10-29 19:42:41 +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`
|
||||
done
|
||||
fi
|
||||
|
||||
echo "Mounting ${rootdev}..."
|
||||
[ -d /mnt ] || mkdir -p /mnt
|
||||
count=0
|
||||
|
||||
Reference in New Issue
Block a user