Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: zmv, case insensivity and possible the lack of coffee



On Aug 8,  8:01pm, Jun T. wrote:
}
} Try putting 'set +e' at the beginning of the script:
} If this works, then I suspect you have 'set -e' (or 'setopt errexit')

Further, joining them with && would also have the effect of stopping
as soon as any of them failed (exited nonzero).

So I think "set +e" is the most likely solution.



Messages sorted by: Reverse Date, Date, Thread, Author