Lines Matching full:then
31 if [ -z $1 ]; then
37 if [ ! -z ${decimal} ]; then
46 if [ $# -ne 4 -a $# -ne 8 ]; then
78 if [ ! -f ${ITB} ]; then
81 elif ! file ${ITB} | grep 'Device Tree Blob' ; then
84 elif [ ! -f ${SIG} ]; then
90 if [ ${copies} -ne 1 ]; then
100 if [ -z ${LEN} ]; then
104 elif [ "${SIG_SZ}" -ne "${LEN}" ]; then
118 if fdtget -l ${ITB_RESIGN} /images/uboot >/dev/null 2>&1 ; then
119 if [ -z ${ITB_MAX_NUM} ]; then
122 if [ -z ${ITB_MAX_KB} ]; then
127 if [ ${ITB_BS} -gt ${ITB_MAX_BS} ]; then
139 elif [ "${ITB}" == "boot.itb" ]; then
142 elif [ "${ITB}" == "recovery.itb" ]; then