zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: typo in _gcc
@ 2002-03-06 14:19 Adam Spiers
  0 siblings, 0 replies; only message in thread
From: Adam Spiers @ 2002-03-06 14:19 UTC (permalink / raw)
  To: zsh workers mailing list

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=()


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-03-06 14:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-03-06 14:19 PATCH: typo in _gcc Adam Spiers

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).