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

Unified Diff: lib/cros_workon_common.sh

Issue 3052025: cros_workon_common: fix a last minute rename :/ (Closed) Base URL: ssh://gitrw.chromium.org/crosutils
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: lib/cros_workon_common.sh
diff --git a/lib/cros_workon_common.sh b/lib/cros_workon_common.sh
index 129bc0c1d80a69f75cad5c55917c550d43660afd..cd6939f04d216d7339de337bc9fc678883375fec 100644
--- a/lib/cros_workon_common.sh
+++ b/lib/cros_workon_common.sh
@@ -29,6 +29,6 @@ show_workon_ebuilds_files() {
}
show_workon_ebuilds() {
- show_workon_ebuilds_sources | \
+ show_workon_ebuilds_files | \
sed -e 's/.*\/\([^/]*\)\/\([^/]*\)\/.*\.ebuild/\1\/\2/'| sort
}
« 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