From 2f6bd52bcf61e467ae9a5d9b37fa2ea3a722d87d Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Wed, 6 Aug 2003 09:22:37 +0000 Subject: *** empty log message *** --- Completion/Unix/Command/_cdrecord | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Unix/Command/_cdrecord') 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) -- cgit 1.4.1