Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Global xtrace from function
- X-seq: zsh-users 18972
- From: Thorsten Kampe <thorsten@xxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Global xtrace from function
- Date: Sun, 20 Jul 2014 17:20:47 +0200
- 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
Hi,
is it possible to `setopt xtrace` from within a function without
having xtrace unset when exiting the function? That seems to be the
default behaviour for Bash's `shopt -os xtrace`.
Thorsten
Messages sorted by:
Reverse Date,
Date,
Thread,
Author