procd: fix parsing of the has_env parameter

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 42883
This commit is contained in:
Felix Fietkau 2014-10-12 15:50:01 +00:00
parent 2e9157a866
commit 41363b1ecb

View File

@ -122,7 +122,7 @@ nand_upgrade_prepare_ubi() {
ubiattach -m "$mtdnum"
sync
ubidev="$( nand_find_ubi "$CI_UBIPART" )"
[ -z "$has_env" ] || {
[ "$has_env" -gt 0 ] && {
ubimkvol /dev/$ubidev -n 0 -N ubootenv -s 1MiB
ubimkvol /dev/$ubidev -n 1 -N ubootenv2 -s 1MiB
}