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

Re: sourcing a sh file in zsh



On Fri, Jan 16, 2009 at 14:53, Evert Rol <evert.rol@xxxxxxxxx> wrote:

> where that line reads:
>  [ "$a_root" = "" ] && a_root=/some/dir

richih@titanium ~ % zsh -f
titanium% echo $ZSH_VERSION
4.3.9
titanium% echo '[ "$a_root" = "" ] && a_root=/some/dir' > foo
titanium% source foo
titanium%


Can you try to reduce the script to a minimal test case which
still fails, please?


Richard



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