Add wodim msifile= completion.

This commit is contained in:
Ville Skyttä 2010-10-23 12:49:44 +03:00
parent 4bcd37d800
commit 267c4aad9c

View File

@ -17,7 +17,7 @@ _cdrecord()
prev=${cur%%=*}
cur=${cur#*=}
case $prev in
textfile|cuefile)
textfile|cuefile|msifile)
compopt +o nospace &>/dev/null
_filedir
;;