mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-04 19:56:32 +02:00
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:
parent
e6a925894c
commit
2654f24e1b
@ -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
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user