| 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
|
|
|
|
|