diff options
author | Oliver Kiddle <opk@users.sourceforge.net> | 2003-08-06 09:22:37 +0000 |
---|---|---|
committer | Oliver Kiddle <opk@users.sourceforge.net> | 2003-08-06 09:22:37 +0000 |
commit | 2f6bd52bcf61e467ae9a5d9b37fa2ea3a722d87d (patch) | |
tree | 91f691940da7bd41a33243726cd7a5d19ff7fdfe | |
parent | 6715bc154ee68617f064cc70b5c8e42f6bfe4b9c (diff) | |
download | zsh-2f6bd52bcf61e467ae9a5d9b37fa2ea3a722d87d.tar.gz zsh-2f6bd52bcf61e467ae9a5d9b37fa2ea3a722d87d.tar.xz zsh-2f6bd52bcf61e467ae9a5d9b37fa2ea3a722d87d.zip |
*** empty log message ***
-rw-r--r-- | Completion/Unix/Command/_cdrecord | 2 |
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) |