[Pkg-zsh-devel] Bug#707760: zsh: Alternatives broken for long time during upgrade from zsh4 to zsh5
Frank Terbeck
ft at bewatermyfriend.org
Fri Oct 10 09:25:02 UTC 2014
Frank Terbeck wrote:
[...]
> #!/bin/zsh -f
>
> if [[ -o interactive ]]; then
[...]
This wasn't the smartest idea ever. Since this is a script, it's
obviously not interactive invocation, which means that the test always
fails. Oh well. I guess we can just warn upon every invocation
interactive or not.
Regards, Frank
More information about the Pkg-zsh-devel
mailing list