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
This commit is contained in:
Zdenek Behan 2010-07-29 14:23:36 -07:00
parent e6a925894c
commit 2654f24e1b

View File

@ -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
}