Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(551)

Unified Diff: make_factory_package.sh

Issue 2858021: Fix firmware packaging (Closed) Base URL: ssh://gitrw.chromium.org/crosutils
Patch Set: Created 10 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: make_factory_package.sh
diff --git a/make_factory_package.sh b/make_factory_package.sh
index 13bcfca99099f6852ebf2d5641683d0e96f9984e..4f4b7bcd26c769ced253f870bf7011d45283c96d 100755
--- a/make_factory_package.sh
+++ b/make_factory_package.sh
@@ -163,7 +163,7 @@ config = [
'stateimg_image': 'state.gz',
'stateimg_checksum': '${state_hash}'," > ${OMAHA_DIR}/miniomaha.conf
-if [ ! -z ${FLAGS_include_firmware} ] ; then
+if [ ${FLAGS_include_firmware} -eq ${FLAGS_TRUE} ] ; then
echo -n "
'firmware_image': 'firmware.gz',
'firmware_checksum': '${firmware_hash}'," >> ${OMAHA_DIR}/miniomaha.conf
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698