| Index: scripts/image_signing/make_dev_ssd.sh
|
| diff --git a/scripts/image_signing/make_dev_ssd.sh b/scripts/image_signing/make_dev_ssd.sh
|
| index 67a180e7be498ba3083d161a31a33f56fa740f09..fb27bb2fe7a52378193d93deddc5a7d2ab6f6351 100755
|
| --- a/scripts/image_signing/make_dev_ssd.sh
|
| +++ b/scripts/image_signing/make_dev_ssd.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.
|
| #
|
| @@ -8,7 +8,7 @@
|
| # of a kernels on SSD.
|
|
|
| SCRIPT_BASE="$(dirname "$0")"
|
| -. "$SCRIPT_BASE/common.sh"
|
| +. "$SCRIPT_BASE/common_minimal.sh"
|
| load_shflags || exit 1
|
|
|
| # Constants used by DEFINE_*
|
|
|