about summary refs log tree commit diff
path: root/Completion/Unix/Command/_cdrecord
diff options
context:
space:
mode:
authorOliver Kiddle <opk@users.sourceforge.net>2003-08-06 09:22:37 +0000
committerOliver Kiddle <opk@users.sourceforge.net>2003-08-06 09:22:37 +0000
commit2f6bd52bcf61e467ae9a5d9b37fa2ea3a722d87d (patch)
tree91f691940da7bd41a33243726cd7a5d19ff7fdfe /Completion/Unix/Command/_cdrecord
parent6715bc154ee68617f064cc70b5c8e42f6bfe4b9c (diff)
downloadzsh-2f6bd52bcf61e467ae9a5d9b37fa2ea3a722d87d.tar.gz
zsh-2f6bd52bcf61e467ae9a5d9b37fa2ea3a722d87d.tar.xz
zsh-2f6bd52bcf61e467ae9a5d9b37fa2ea3a722d87d.zip
*** empty log message ***
Diffstat (limited to 'Completion/Unix/Command/_cdrecord')
-rw-r--r--Completion/Unix/Command/_cdrecord2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_cdrecord b/Completion/Unix/Command/_cdrecord
index ed0d3fa17..02226f9d2 100644
--- a/Completion/Unix/Command/_cdrecord
+++ b/Completion/Unix/Command/_cdrecord
@@ -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)