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

Unified Diff: scripts/image_signing/common.sh

Issue 3822002: make_dev_firmware: new script to change firmware to dev key (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/vboot_reference.git
Patch Set: add todo of firmware verification Created 10 years, 2 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
Index: scripts/image_signing/common.sh
diff --git a/scripts/image_signing/common.sh b/scripts/image_signing/common.sh
index f7ed54137b07d1211dd037117d3dfa7614b27d3c..b05ec5006fe81842a6de7c881b7120c4efed30dd 100755
--- a/scripts/image_signing/common.sh
+++ b/scripts/image_signing/common.sh
@@ -13,7 +13,7 @@ GPT=cgpt
TAG_NEEDS_TO_BE_SIGNED="/root/.need_to_be_signed"
# Load shflags
-if [[ -f /usr/lib/shflags ]]; then
+if [ -f /usr/lib/shflags ]; then
. /usr/lib/shflags
else
. "${SCRIPT_DIR}/lib/shflags/shflags"
« no previous file with comments | « no previous file | scripts/image_signing/make_dev_firmware.sh » ('j') | scripts/image_signing/make_dev_firmware.sh » ('J')

Powered by Google App Engine
This is Rietveld 408576698