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

Unified Diff: bash_completion

Issue 3152018: cros_workon bash completion -- handle flags anywhere. (Closed) Base URL: http://src.chromium.org/git/crosutils.git
Patch Set: Created 10 years, 4 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: bash_completion
diff --git a/bash_completion b/bash_completion
index 451cabea66967612c96bddf30531a0811ab99ce2..84214dde34c982dcc3beb94a0972a219c7df7840 100644
--- a/bash_completion
+++ b/bash_completion
@@ -171,9 +171,9 @@ _cros_workon_package_complete() {
# Complete the cros_workon arguments.
_cros_workon() {
COMPREPLY=()
- _cros_workon_command_complete && return 0
_flag_complete && return 0
_complete_board_sysroot_flag && return 0
+ _cros_workon_command_complete && return 0
_cros_workon_package_complete && return 0
return 0
}
« 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