zsh-workers
 help / color / mirror / code / Atom feed
From: Adam Spiers <adam@spiers.net>
To: zsh workers mailing list <zsh-workers@sunsite.auc.dk>
Subject: PATCH: typo in _gcc
Date: Wed, 6 Mar 2002 14:19:24 +0000	[thread overview]
Message-ID: <20020306141924.A21045@corelli.new.ox.ac.uk> (raw)

I just caught this after cvs updating to -dev-4 and zrecompiling.
I'll commit it once I get the X-Seq number.

Index: Completion/Unix/Command/_gcc
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/Unix/Command/_gcc,v
retrieving revision 1.3
diff -u -r1.3 _gcc
--- Completion/Unix/Command/_gcc	4 Mar 2002 08:53:43 -0000	1.3
+++ Completion/Unix/Command/_gcc	6 Mar 2002 14:10:10 -0000
@@ -7,7 +7,7 @@
   compset -q
   words=( fake "$words[@]" )
   (( CURRENT++ ))
-  if ("$service" = LDFLAGS ]]; then
+  if [[ "$service" = LDFLAGS ]]; then
     args2=( '-R:runtime path:->rundir' )
   else
     args2=()


                 reply	other threads:[~2002-03-06 14:20 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20020306141924.A21045@corelli.new.ox.ac.uk \
    --to=adam@spiers.net \
    --cc=zsh-workers@sunsite.auc.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).