From 96821fc50afd393c33ec5d5ec1140c40bdd9c709 Mon Sep 17 00:00:00 2001 From: Shohei YOSHIDA Date: Sun, 8 Mar 2026 22:05:58 +0900 Subject: [PATCH] fix bento4 completion - quote array strings for value that contains spaces --- src/_bento4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_bento4 b/src/_bento4 index 12efb31..455aef5 100644 --- a/src/_bento4 +++ b/src/_bento4 @@ -306,7 +306,7 @@ case $service in esac _arguments \ - $options[@] \ + "${options[@]}" \ "*::file:_files" # Local Variables: