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

Unified Diff: factory_install.sh

Issue 6626048: Fix typo in writeprotect clear (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/factory_installer.git@master
Patch Set: Created 9 years, 10 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: factory_install.sh
diff --git a/factory_install.sh b/factory_install.sh
index ad122ce671381e831500b4ea017019604cdb75ee..9d88e6caa6db4ab855cf369e8a305d2120f6a6a0 100644
--- a/factory_install.sh
+++ b/factory_install.sh
@@ -78,7 +78,7 @@ log "Checking for Firmware Write Protect"
if crossystem hwid >/dev/null; then
# Check for physical firmware write protect. We'll only
# clear this stuff if the case is open.
- if [ "$(crossystem wpsw_cur)" = "0" ; then
+ if [ "$(crossystem wpsw_cur)" = "0" ]; then
# Ensure that flash chips are in a known good state.
clear_fwwp
« 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