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

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


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

    Remove -o filenames for wodim, rely on _filedir doing it for us.

diff --git a/completions/wodim b/completions/wodim
index 480936a..04c1ff2 100644
--- a/completions/wodim
+++ b/completions/wodim
@@ -69,7 +69,7 @@ _cdrecord()
     fi
 
 } &&
-complete -F _cdrecord -o filenames cdrecord wodim
+complete -F _cdrecord cdrecord wodim
 
 # Local variables:
 # mode: shell-script

-- 
bash-completion



More information about the Bash-completion-commits mailing list