Fix povray completion, broken in f8bafe285e7d20fdd82f77289059dd18f78312c2.

This commit is contained in:
Ville Skyttä 2010-09-19 12:39:53 +03:00
parent 7ea7d7b268
commit 5bcf5bae41
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ bash-completion (2.x)
filename completions.
* Add "short" tarball extensions to unxz, unlzma etc completions.
* Improve /etc/init.d/*, jar, povray, and sqlite3 completions.
* Fix p4 completion (Alioth: #312625).
* Fix p4 and povray completions (Alioth: #312625).
* Add *.xsd, *.xsl, *.rng, and *.wsdl to xmllint filename completions.
* Recognize rpm query mode based on the --file, --group, --package, and
--all long options (RedHat: #630328).

View File

@ -7,7 +7,7 @@ _povray()
defoext=png # default output extension, if cannot be determined FIXME
COMPREPLY=()
_get_comp_words_by_ref povcur prev
_get_comp_words_by_ref -c povcur prev
_expand || return 0