mvebu: remove bashism

"[[" is a bash extension for test. As the ash-implementation is not
fully compatible we drop its usage.

Signed-off-by: Sven Roederer <devel-sven@geroedel.de>
[split patch, remove shebang, adjust commit title/message]
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
This commit is contained in:
Sven Roederer 2019-12-25 18:39:00 +01:00 committed by Adrian Schmutzler
parent 0fecc997f8
commit a20069e1af

View File

@ -31,7 +31,7 @@ udpu_do_part_check() {
# Check if the block devices exist
for num in ${emmc_parts}; do
[[ ! -b ${emmc_dev}p${num} ]] && part_valid="0"
[ ! -b ${emmc_dev}p${num} ] && part_valid="0"
done
# If partitions are missing create a new partition table