Skip to content

Commit 219fea1

Browse files
nazariigabdosi
authored andcommitted
[fwutil]: Update fwutil to v2.0.0.0. (sonic-net#941)
Signed-off-by: Nazarii Hnydyn <[email protected]>
1 parent 3715ff8 commit 219fea1

File tree

5 files changed

+333
-231
lines changed

5 files changed

+333
-231
lines changed

data/etc/bash_completion.d/fwutil

+3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1+
shopt -s extglob
2+
13
_fwutil_completion() {
24
COMPREPLY=( $( env COMP_WORDS="${COMP_WORDS[*]}" \
35
COMP_CWORD=$COMP_CWORD \
46
_FWUTIL_COMPLETE=complete $1 ) )
7+
COMPREPLY=( ${COMPREPLY[*]//*(-install|-update)/} )
58
return 0
69
}
710

0 commit comments

Comments
 (0)