zsh-workers
 help / color / mirror / code / Atom feed
From: "Nikolai Weibull" <now@bitwi.se>
To: "zsh workers" <zsh-workers@sunsite.dk>
Subject: [PATCH] _cdrdao
Date: Sun, 30 Sep 2007 20:30:43 +0200	[thread overview]
Message-ID: <dbfc82860709301130q37557d8k58b91f4e23d0dd69@mail.gmail.com> (raw)

[-- 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]' \

             reply	other threads:[~2007-09-30 18:31 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-09-30 18:30 Nikolai Weibull [this message]
2007-09-30 18:55 ` Clint Adams
2007-10-01  7:22   ` Nikolai Weibull

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=dbfc82860709301130q37557d8k58b91f4e23d0dd69@mail.gmail.com \
    --to=now@bitwi.se \
    --cc=zsh-workers@sunsite.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).