home | fix quoting in doas.sh
This commit is contained in:
parent
f52aef58d8
commit
9252634c75
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@
|
||||||
|
|
||||||
if [[ ''$cur == -* ]]; then
|
if [[ ''$cur == -* ]]; then
|
||||||
local opts=''$(_parse_help "''$1")
|
local opts=''$(_parse_help "''$1")
|
||||||
COMPREPLY=(''$(compgen -W ''${opts:-''$(_parse_usage "''$1")}' -- "''$cur"))
|
COMPREPLY=(''$(compgen -W ' ''${opts:-''$(_parse_usage "''$1")}' -- "''$cur"))
|
||||||
[[ ''${COMPREPLY-} == *= ]] && compopt -o nospace
|
[[ ''${COMPREPLY-} == *= ]] && compopt -o nospace
|
||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue