| Index: scripts/image_signing/tofactory.sh
|
| diff --git a/scripts/image_signing/tofactory.sh b/scripts/image_signing/tofactory.sh
|
| index 38a76fdfb748d297c1082010af1365c9cd70845e..1c5f3bdd3869325e44dcb6d44595537d240e7ddc 100755
|
| --- a/scripts/image_signing/tofactory.sh
|
| +++ b/scripts/image_signing/tofactory.sh
|
| @@ -1,6 +1,6 @@
|
| #!/bin/sh
|
| #
|
| -# Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
|
| +# Copyright (c) 2011 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.
|
| #
|
| @@ -14,7 +14,7 @@
|
| # tofactory.sh -b H2OBIOS.bin -e ec_shellball.sh
|
|
|
| SCRIPT_BASE="$(dirname "$0")"
|
| -. "$SCRIPT_BASE/common.sh"
|
| +. "$SCRIPT_BASE/common_minimal.sh"
|
| load_shflags || exit 1
|
|
|
| # Constants used by DEFINE_*
|
|
|