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

Unified Diff: src/scripts/bash_completion

Issue 1576011: fix a typerr in bach_complete. (Closed)
Patch Set: Created 10 years, 9 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: src/scripts/bash_completion
diff --git a/src/scripts/bash_completion b/src/scripts/bash_completion
index e114e5e4e195041d073a7d75749495da6dade63b..78d2621967a28aea4a80bbec83673d6ab6f44be8 100644
--- a/src/scripts/bash_completion
+++ b/src/scripts/bash_completion
@@ -89,7 +89,7 @@ _complete_board_sysroot_flag()
_board_sysroot()
{
_flag_complete && return 0
- _complete_board_flag && return 0
+ _complete_board_sysroot_flag && return 0
}
complete -o bashdefault -o default -F _board_sysroot \
« 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