From 465c39ab50aecdfcef3e914b7a811b51ec4f9226 Mon Sep 17 00:00:00 2001 From: robotboy Date: Tue, 3 Aug 2010 12:42:58 -0700 Subject: [PATCH] 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 --- overlay_list => bin/cros_overlay_list | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename overlay_list => bin/cros_overlay_list (98%) diff --git a/overlay_list b/bin/cros_overlay_list similarity index 98% rename from overlay_list rename to bin/cros_overlay_list index 73b8570e25..5aeb2d49ce 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