From 2654f24e1bb34463e0eaebd4b3db6d62ddc35934 Mon Sep 17 00:00:00 2001 From: Zdenek Behan Date: Thu, 29 Jul 2010 14:23:36 -0700 Subject: [PATCH] cros_workon_common: fix a last minute rename :/ * Let's face it: I broke it in the last second when i renamed the function but not the place where it's being called, and now cros_workon is dead. modified: lib/cros_workon_common.sh Review URL: http://codereview.chromium.org/3052025 --- lib/cros_workon_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cros_workon_common.sh b/lib/cros_workon_common.sh index 129bc0c1d8..cd6939f04d 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 }