Loading flash/factory.common +2 −2 Original line number Diff line number Diff line Loading @@ -239,7 +239,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 @@ -258,7 +258,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 @@ -239,7 +239,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 @@ -258,7 +258,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