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

Unified Diff: scripts/image_signing/common.sh

Issue 3164006: Cleanup set_chronos_passowrd script. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/vboot_reference.git
Patch Set: rebase to master Created 10 years, 4 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 | scripts/image_signing/set_chronos_password.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/image_signing/common.sh
diff --git a/scripts/image_signing/common.sh b/scripts/image_signing/common.sh
index 893ef07dfa44d8035abf909a5d4f0fc84eec1058..24064cd19a94c5343719b2761dd323eb7b77f7ee 100644
--- a/scripts/image_signing/common.sh
+++ b/scripts/image_signing/common.sh
@@ -43,4 +43,3 @@ extract_image_partition() {
local size=$(partsize "$image" "$partnum")
dd if=$image of=$output_file bs=512 skip=$offset count=$size
}
-
« no previous file with comments | « no previous file | scripts/image_signing/set_chronos_password.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698