1
0
Fork 0
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:
Oliver Kiddle 2003-08-06 09:22:37 +00:00
parent 6715bc154e
commit 2f6bd52bcf

View file

@ -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)