From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22424 invoked from network); 6 Mar 2002 14:20:32 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 6 Mar 2002 14:20:32 -0000 Received: (qmail 10693 invoked by alias); 6 Mar 2002 14:20:25 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 16769 Received: (qmail 10681 invoked from network); 6 Mar 2002 14:20:24 -0000 Date: Wed, 6 Mar 2002 14:19:24 +0000 From: Adam Spiers To: zsh workers mailing list Subject: PATCH: typo in _gcc Message-ID: <20020306141924.A21045@corelli.new.ox.ac.uk> Reply-To: Adam Spiers Mail-Followup-To: zsh workers mailing list Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i X-URL: http://tigerpig.org/ X-OS: RedHat Linux Sender: "Adam Spiers,,07775562717,020 88 30 30 35" 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=()