home | fix quoting in doas.sh

This commit is contained in:
Don Harper 2023-09-23 17:48:37 -05:00
parent f52aef58d8
commit 9252634c75

View file

@ -35,7 +35,7 @@
if [[ ''$cur == -* ]]; then
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
return
fi