| Index: chromeos-postinst
|
| diff --git a/chromeos-postinst b/chromeos-postinst
|
| index 4ac72b932907b8a33691a01f3020b02cd94b2c49..92384fbc21efb548080968d48f1755236a636d80 100755
|
| --- a/chromeos-postinst
|
| +++ b/chromeos-postinst
|
| @@ -72,7 +72,7 @@ if [ "${FLAGS_postcommit}" -eq "${FLAGS_FALSE}" ]; then
|
|
|
| # If this FS was mounted read-write, we can't do deltas from it. Mark the
|
| # FS as such
|
| - touch "${INSTALL_ROOT}/.nodelta" || true 2>&1 > /dev/null
|
| + (touch "${INSTALL_ROOT}/.nodelta" || true) > /dev/null 2>&1
|
|
|
| # TODO(zelidrag): http://crosbug/6367 - Remove this before the product is
|
| # released. For now, this should recover users that reimaged their machine.
|
|
|