Loading flash/factory.common +2 −2 Original line number Diff line number Diff line Loading @@ -223,7 +223,7 @@ then for BLOB in $2; do PARTITION="${BLOB%%:*}" IMAGE=$(echo $BLOB | cut -s -d : -f 2) IMAGE=$(echo "$BLOB" | cut -s -d : -f 2) if [[ "$PARTITION" = "userdata" && "${CLEAN_FLASH}" != "true" ]] then Loading @@ -242,7 +242,7 @@ then for BLOB in $2; do PARTITION="${BLOB%%:*}" IMAGE=$(echo $BLOB | cut -s -d : -f 2) IMAGE=$(echo "$BLOB" | cut -s -d : -f 2) flash_image_ab_or_abort "${1}" "${PARTITION}" "${IMAGES_DIR}/${IMAGE:-$PARTITION.img}" done Loading Loading
flash/factory.common +2 −2 Original line number Diff line number Diff line Loading @@ -223,7 +223,7 @@ then for BLOB in $2; do PARTITION="${BLOB%%:*}" IMAGE=$(echo $BLOB | cut -s -d : -f 2) IMAGE=$(echo "$BLOB" | cut -s -d : -f 2) if [[ "$PARTITION" = "userdata" && "${CLEAN_FLASH}" != "true" ]] then Loading @@ -242,7 +242,7 @@ then for BLOB in $2; do PARTITION="${BLOB%%:*}" IMAGE=$(echo $BLOB | cut -s -d : -f 2) IMAGE=$(echo "$BLOB" | cut -s -d : -f 2) flash_image_ab_or_abort "${1}" "${PARTITION}" "${IMAGES_DIR}/${IMAGE:-$PARTITION.img}" done Loading