| Index: bin/cros_overlay_list
|
| diff --git a/overlay_list b/bin/cros_overlay_list
|
| similarity index 98%
|
| rename from overlay_list
|
| rename to bin/cros_overlay_list
|
| index 73b8570e25ea60a216d2eae6b597e946741e1156..5aeb2d49cea3e4865dc35a91f714d23cdf327e6d 100755
|
| --- a/overlay_list
|
| +++ b/bin/cros_overlay_list
|
| @@ -8,7 +8,7 @@
|
|
|
| # Load common constants. This should be the first executable line.
|
| # The path to common.sh should be relative to your script's location.
|
| -. "$(dirname "$0")/common.sh"
|
| +. "$(dirname "$0")/../common.sh"
|
|
|
| get_default_board
|
|
|
|
|