mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-04 19:56:32 +02:00
fix a typerr in bach_complete.
Review URL: http://codereview.chromium.org/1576011
This commit is contained in:
parent
6c47714d93
commit
cad2b49f8a
@ -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 \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user