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

Unified Diff: host/cros_overlay_list

Issue 6787002: Updating cros_overlay_list with new name of partner overlay. (Closed) Base URL: ssh://gitrw.chromium.org:9222/dev-util.git@master
Patch Set: Created 9 years, 9 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: host/cros_overlay_list
diff --git a/host/cros_overlay_list b/host/cros_overlay_list
index cd2549d0c706b042f3ae85a9333dbecdd5e34fa4..49060ff5e879c03773d8553b63c0cbbf16c04f5d 100755
--- a/host/cros_overlay_list
+++ b/host/cros_overlay_list
@@ -135,12 +135,12 @@ if private && [ -d "${CHROMEOS_OVERLAY}" ]; then
fi
#
-# Check for partner-binary-overlay.
+# Check for chromeos-partner-overlay.
#
-PARTNER_BINARY_OVERLAY="${SRC_ROOT}/private-overlays/partner-binary-overlay"
+CHROMEOS_PARTNER_OVERLAY="${SRC_ROOT}/private-overlays/chromeos-partner-overlay"
-if private && [ -d "${PARTNER_BINARY_OVERLAY}" ]; then
- echo "${PARTNER_BINARY_OVERLAY}"
+if private && [ -d "${CHROMEOS_PARTNER_OVERLAY}" ]; then
+ echo "${CHROMEOS_PARTNER_OVERLAY}"
fi
#
« 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