zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: _mysql_get_identity overwriting .my.cnf settings
@ 2001-10-21 18:35 Adam Spiers
  2001-10-22 11:28 ` Sven Wischnowsky
  0 siblings, 1 reply; 2+ messages in thread
From: Adam Spiers @ 2001-10-21 18:35 UTC (permalink / raw)
  To: zsh workers mailing list

This is pretty self-explanatory.  Does that look OK, Sven?

cvs server: Diffing Completion/Unix/Command
Index: Completion/Unix/Command/_mysql_utils
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/Unix/Command/_mysql_utils,v
retrieving revision 1.1
diff -u -r1.1 _mysql_utils
--- Completion/Unix/Command/_mysql_utils	2001/04/02 11:58:16	1.1
+++ Completion/Unix/Command/_mysql_utils	2001/10/21 18:34:48
@@ -14,9 +14,9 @@
   _mysql_host=${opt_args[-h]-$opt_args[--host]}
 
   _mysql_params=(
-                 ${_mysql_user+"--user=$_mysql_user"}
-                 ${_mysql_host+"--host=$_mysql_host"}
-                 ${_mysql_port+"--port=$_mysql_port"}
+                 ${_mysql_user:+"--user=$_mysql_user"}
+                 ${_mysql_host:+"--host=$_mysql_host"}
+                 ${_mysql_port:+"--port=$_mysql_port"}
                 )
 }
 


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: PATCH: _mysql_get_identity overwriting .my.cnf settings
  2001-10-21 18:35 PATCH: _mysql_get_identity overwriting .my.cnf settings Adam Spiers
@ 2001-10-22 11:28 ` Sven Wischnowsky
  0 siblings, 0 replies; 2+ messages in thread
From: Sven Wischnowsky @ 2001-10-22 11:28 UTC (permalink / raw)
  To: zsh-workers


Adam Spiers wrote:

> This is pretty self-explanatory.  Does that look OK, Sven?

Yes.

Bye
  Sven

-- 
Sven Wischnowsky                    wischnow@informatik.hu-berlin.de


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-10-22 11:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-10-21 18:35 PATCH: _mysql_get_identity overwriting .my.cnf settings Adam Spiers
2001-10-22 11:28 ` Sven Wischnowsky

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