Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: typo in _gcc
- X-seq: zsh-workers 16769
- From: Adam Spiers <adam@xxxxxxxxxx>
- To: zsh workers mailing list <zsh-workers@xxxxxxxxxxxxxx>
- Subject: PATCH: typo in _gcc
- Date: Wed, 6 Mar 2002 14:19:24 +0000
- Mail-followup-to: zsh workers mailing list <zsh-workers@xxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- Reply-to: Adam Spiers <adam@xxxxxxxxxx>
- Sender: "Adam Spiers,,07775562717,020 88 30 30 35" <adam@xxxxxxxxxxxxxxxxxxxx>
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=()
Messages sorted by:
Reverse Date,
Date,
Thread,
Author