We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 657fcf6 commit b7ededcCopy full SHA for b7ededc
completions/gnokii
@@ -222,7 +222,7 @@ _gnokii()
222
# safer to use LANG=C
223
local all_cmd="$( LANG=C _parse_help $1 "--help all" )"
224
# these 2 below are allowed in combination with others
225
- local main_cmd=$( echo "$all_cmd" | command grep -v -- '--config\|--phone' )
+ local main_cmd=$( command grep -v -- '--config\|--phone' <<<"$all_cmd" )
226
227
# don't provide main command completions if one is
228
# already on the command line
0 commit comments