mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-22 16:20:23 +02:00
*** empty log message ***
This commit is contained in:
parent
6715bc154e
commit
2f6bd52bcf
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ if [[ -n $state ]]; then
|
|||
case $state in
|
||||
device)
|
||||
devices=( ${(f)"$(_call_program device cdrecord -scanbus 2>/dev/null \
|
||||
|grep '^ '|cut -c2-6,23-|sed 's/ /:/')"} )
|
||||
|grep '^ '|cut -c2-6,23-|sed 's/ /:/')"} )
|
||||
_describe -t devices device devices && return
|
||||
;;
|
||||
blank)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue