| Index: postinstall_runner_action.cc
|
| diff --git a/postinstall_runner_action.cc b/postinstall_runner_action.cc
|
| index 21d7231d7eb8a55b8090627e42a9bd7bd0edb590..9a84563a882117b6804ee4ce6a6cdd459b8049bc 100644
|
| --- a/postinstall_runner_action.cc
|
| +++ b/postinstall_runner_action.cc
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2010 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -58,7 +58,6 @@ void PostinstallRunnerAction::PerformAction() {
|
| vector<string> command;
|
| command.push_back(temp_dir + kPostinstallScript);
|
| command.push_back(install_device);
|
| - command.push_back(precommit_ ? "" : "--postcommit");
|
| rc = 0;
|
| TEST_AND_RETURN(Subprocess::SynchronousExec(command, &rc));
|
| bool success = (rc == 0);
|
|
|