mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-10 06:26:57 +02:00
Move overlay_list to bin/cros_overlay_list.
This conforms to the new layout of scripts in which all scripts other than make_chroot and enter_chroot are installed in the chroot using an ebuild. Review URL: http://codereview.chromium.org/3084012
This commit is contained in:
parent
56de1dd852
commit
465c39ab50
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user