Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2177)

Unified Diff: bin/cros_overlay_list

Issue 3084012: Move overlay_list to bin/cros_overlay_list. (Closed) Base URL: ssh://git@chromiumos-git/crosutils.git
Patch Set: Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698