Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: zmv, case insensivity and possible the lack of coffee
- X-seq: zsh-users 20395
- From: "Jun T." <takimoto-j@xxxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Re: zmv, case insensivity and possible the lack of coffee
- Date: Sat, 8 Aug 2015 20:01:42 +0900
- In-reply-to: <20150808054333.GC4378@solfire>
- 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
- References: <20150808054333.GC4378@solfire>
2015/08/08 14:43, meino.cramer@xxxxxx wrote:
> If even detox fails, the script fails none of the zmvs will be
> executed.
> If the first zmv failed the second will not be tried.
Try putting 'set +e' at the beginning of the script:
#!/bin/zsh
set +e
detox ...
If this works, then I suspect you have 'set -e' (or 'setopt errexit')
somewhere in your startup scripts (/etc/zshenv or ~/.zshenv ?).
Messages sorted by:
Reverse Date,
Date,
Thread,
Author