| Index: scripts/image_signing/sign_official_build.sh
|
| diff --git a/scripts/image_signing/sign_official_build.sh b/scripts/image_signing/sign_official_build.sh
|
| index d7565cdb0aa30f8d850f90afe21a0bf34faf40bc..dd6d6bf1a7838214b078a8127faa50ef60d76638 100755
|
| --- a/scripts/image_signing/sign_official_build.sh
|
| +++ b/scripts/image_signing/sign_official_build.sh
|
| @@ -198,7 +198,7 @@ resign_firmware_payload() {
|
| trap "sudo umount -d ${rootfs_dir}" RETURN
|
|
|
| local shellball_dir=$(make_temp_dir)
|
| - # get_firmwarebin_from_shellball can fail if the image has no
|
| + # get_firmwarebin_from_shellball can fail if the image has no
|
| # firmware update.
|
| get_firmwarebin_from_shellball \
|
| ${rootfs_dir}/usr/sbin/chromeos-firmwareupdate ${shellball_dir} || \
|
|
|