zsh-workers
 help / color / mirror / code / Atom feed
* [PATCH] _cdrdao
@ 2007-09-30 18:30 Nikolai Weibull
  2007-09-30 18:55 ` Clint Adams
  0 siblings, 1 reply; 3+ messages in thread
From: Nikolai Weibull @ 2007-09-30 18:30 UTC (permalink / raw)
  To: zsh workers

[-- Attachment #1: Type: text/plain, Size: 91 bytes --]

Small fix to use __cdrdao-drivers instead of (the non-existent) __cdrdao-driver

  nikolai

[-- Attachment #2: cdrdao.patch --]
[-- Type: application/octet-stream, Size: 1169 bytes --]

Index: Completion/Unix/Command/_cdrdao
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/Unix/Command/_cdrdao,v
retrieving revision 1.1
diff -u -r1.1 _cdrdao
--- Completion/Unix/Command/_cdrdao	9 Aug 2007 03:01:10 -0000	1.1
+++ Completion/Unix/Command/_cdrdao	30 Sep 2007 18:29:45 -0000
@@ -56,7 +56,7 @@
 declare -ga device_args
 device_args=(
   '--device[set SCSI address of the CD recorder]:device:__cdrdao-device'
-  '--driver[use given driver for the CD recorder]:driver:__cdrdao-driver')
+  '--driver[use given driver for the CD recorder]:driver:__cdrdao-drivers')
 
 # TODO: Gah!  Fix a cddb server spec matcher
 declare -ga cddb_args
@@ -267,7 +267,7 @@
     $dependent_args
     $common_read_args
     '--source-device[set SCSI address of the CD reader]:device:__cdrdao-device' \
-    '--source-driver[use given driver for the CD reader]:driver:__cdrdao-driver' \
+    '--source-driver[use given driver for the CD reader]:driver:__cdrdao-drivers' \
     '--on-the-fly[perform on-the-fly copy of CD (no image created)]' \
     $fasttoc_arg \
     '--keepimage[do not remove generated image when done]' \

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] _cdrdao
  2007-09-30 18:30 [PATCH] _cdrdao Nikolai Weibull
@ 2007-09-30 18:55 ` Clint Adams
  2007-10-01  7:22   ` Nikolai Weibull
  0 siblings, 1 reply; 3+ messages in thread
From: Clint Adams @ 2007-09-30 18:55 UTC (permalink / raw)
  To: Nikolai Weibull; +Cc: zsh workers

On Sun, Sep 30, 2007 at 08:30:43PM +0200, Nikolai Weibull wrote:
> Small fix to use __cdrdao-drivers instead of (the non-existent) __cdrdao-driver

Committed.


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] _cdrdao
  2007-09-30 18:55 ` Clint Adams
@ 2007-10-01  7:22   ` Nikolai Weibull
  0 siblings, 0 replies; 3+ messages in thread
From: Nikolai Weibull @ 2007-10-01  7:22 UTC (permalink / raw)
  To: Nikolai Weibull, zsh workers

On 9/30/07, Clint Adams <clint@zsh.org> wrote:

> On Sun, Sep 30, 2007 at 08:30:43PM +0200, Nikolai Weibull wrote:

> > Small fix to use __cdrdao-drivers instead of (the non-existent) __cdrdao-driver

> Committed.

Thanks.

  nikolai


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-10-01  7:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-09-30 18:30 [PATCH] _cdrdao Nikolai Weibull
2007-09-30 18:55 ` Clint Adams
2007-10-01  7:22   ` Nikolai Weibull

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).