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


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to