Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
[Zsh bug] function define bug
- X-seq: zsh-users 20981
- From: Ngô Huy <huynhok.uit@xxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: [Zsh bug] function define bug
- Date: Wed, 25 Nov 2015 10:46:20 +0700
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=vnoss.org; s=google; h=mime-version:date:message-id:subject:from:to:content-type; bh=q6hKNJCO1WKulPDYduStizRawip/ZVR4GZ1MwSm/tKc=; b=cWB7CnhJ9Y14PMCI+TPFSrczXHPzBpOLFhkHq6rbyOv9aMO9el6KfUFXakLf+bTh2I JaUoObbxWRPeJfcGTVn4fmvDWY+9kTSJuinuWB00wHSQmOnULiRTZ+qStbh4KE0hCYES aXS66ckN4KDASYfkdNxWS0RbNNh66wf0ElOiA=
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author