Skip to content

Commit 0a240bd

Browse files
akinomyogascop
authored andcommitted
fix(povray): quote an argument properly
1 parent 398e3a8 commit 0a240bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

completions/povray

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ _comp_cmd_povray()
4343
done
4444
cur="${povcur#[-+]O}" # to confuse _comp_compgen_filedir
4545
pfx="${povcur%"$cur"}"
46-
_comp_compgen -a filedir $oext
46+
_comp_compgen -a filedir "$oext"
4747
((${#COMPREPLY[@]})) &&
4848
_comp_compgen -Rv COMPREPLY -- -P "$pfx" -W '"${COMPREPLY[@]}"'
4949
return

0 commit comments

Comments
 (0)