File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ _comp_cmd_ip()
79
79
* )
80
80
_comp_compgen_split -- " help $(
81
81
{
82
- $1 -c=never help || $1 help
82
+ " $1 " -c=never help || " $1 " help
83
83
} 2>&1 | command sed -e \
84
84
' /OBJECT := /,/}/!d' -e \
85
85
' s/.*{//' -e \
@@ -219,14 +219,14 @@ _comp_cmd_ip()
219
219
if [[ $prev == via ]]; then
220
220
_comp_compgen_split -- " $(
221
221
{
222
- $1 -c=never r 2> /dev/null || $1 r
222
+ " $1 " -c=never r 2> /dev/null || " $1 " r
223
223
} | command sed -ne \
224
224
' s/.*via \([0-9.]*\).*/\1/p'
225
225
) "
226
226
elif [[ $prev == " $subcmd " ]]; then
227
227
_comp_compgen_split -- " table default $(
228
228
{
229
- $1 -c=never r 2> /dev/null || $1 r
229
+ " $1 " -c=never r 2> /dev/null || " $1 " r
230
230
} | cut -d ' ' -f 1
231
231
) "
232
232
elif [[ $prev == dev ]]; then
You can’t perform that action at this time.
0 commit comments