fix bento4 completion

- quote array strings for value that contains spaces
This commit is contained in:
Shohei YOSHIDA 2026-03-08 22:05:58 +09:00
parent 3acc91b1d6
commit 96821fc50a
No known key found for this signature in database
GPG Key ID: C9A1BB11BB940CF2
1 changed files with 1 additions and 1 deletions

View File

@ -306,7 +306,7 @@ case $service in
esac
_arguments \
$options[@] \
"${options[@]}" \
"*::file:_files"
# Local Variables: