zsh-users
 help / color / mirror / code / Atom feed
* [Zsh bug] function define bug
@ 2015-11-25  3:46 Ngô Huy
  2015-11-25  4:06 ` Matthew Martin
  0 siblings, 1 reply; 12+ messages in thread
From: Ngô Huy @ 2015-11-25  3:46 UTC (permalink / raw)
  To: zsh-users

[-- Attachment #1: Type: text/plain, Size: 292 bytes --]

Dear folks,

I found the problem in zsh define function. Demo

ls test() { echo "Bug !!!"} && ls && test

it will print

Bug !!!
Bug !!!

We should patch this behavior or it will break user case without quote
string. Workaround is always quoted strings after commands.

Kind regards,
Severus

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

end of thread, other threads:[~2015-11-25 14:31 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-25  3:46 [Zsh bug] function define bug Ngô Huy
2015-11-25  4:06 ` Matthew Martin
2015-11-25  4:20   ` Ngô Huy
2015-11-25  8:49     ` Cuong Manh Le
2015-11-25  9:03       ` Ngô Huy
2015-11-25  9:04         ` Ngô Huy
2015-11-25  9:16           ` Christoph (Stucki) von Stuckrad
2015-11-25  9:20         ` Cuong Manh Le
2015-11-25  9:39           ` Ngô Huy
2015-11-25  9:58             ` Cuong Manh Le
2015-11-25 10:00             ` Peter Stephenson
2015-11-25 10:13               ` Ngô Huy

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