[Bash-completion-commits] [SCM] bash-completion branch, master, updated. e7494cf065d1988db6cefad51cd909214e966ba2

Ville Skyttä ville.skytta at iki.fi
Sat Oct 23 10:10:36 UTC 2010


The following commit has been merged in the master branch:
commit 267c4aad9c6adcfaee801c5f46a9462ba8921c31
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Sat Oct 23 12:49:44 2010 +0300

    Add wodim msifile= completion.

diff --git a/completions/wodim b/completions/wodim
index 0abb6e0..434b806 100644
--- a/completions/wodim
+++ b/completions/wodim
@@ -17,7 +17,7 @@ _cdrecord()
         prev=${cur%%=*}
         cur=${cur#*=}
         case $prev in
-            textfile|cuefile)
+            textfile|cuefile|msifile)
                 compopt +o nospace &>/dev/null
                 _filedir
                 ;;

-- 
bash-completion



More information about the Bash-completion-commits mailing list