BTS

Message4686

Author ft
Recipients Xk2c
Date 2013-11-17.13:59:42
Content
Thilo Six wrote:
[...]
>>     [ -n "$ZSH_VERISON" ] && emulate -L sh
>
> I tried this, same effect as before - it does not work.
> I guess the reason is the same, since "emulate -L sh" isn't activated
> '$ZSH_VERISON' will not be evaluated correctly.
> Setting "emulate -L sh" prior to running the function in zsh fixes this.

Err, heh. Well, looks like a typo snuck in. That should obviously be
VERSION, not VERISON. So:

    [ -n "$ZSH_VERSION" ] && emulate -L sh
History
Date User Action Args
2013-11-17 13:59:42ftsetrecipients: + Xk2c
2013-11-17 13:59:42ftlinkissue1284 messages
2013-11-17 13:59:42ftcreate