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

Re: Scripts not finding scripts



Am 27.06.2013 04:14, schrieb meino.cramer@xxxxxx:
> Hi,
> 
> On my recent Gentoo box there was installed zsh 5.0.2
> (x86_64-pc-linux-gnu) on 26.6.
> 
> Now, when I call a certain script, which works before
> fine, it does not find another script called from this script.
> Both scripts are installed at ~/bin/. and found when called
> from the commandline somewhere (that is $PATH is setup correctly)
> 
> Unfortunately I have now ideas, what cause this behaviour.
> 
> What do I have to change to get back the behaviour as it was before
> zsh 5.0.2 ?

See https://bugs.gentoo.org/show_bug.cgi?id=19924#c39

In short: Previous behavior was broken, now it's fixed:
/etc/zsh/zprofile was renamed to /etc/zsh/zshenv and is thus sourced
_every time_. Hence it may do something to $PATH which is not expected.

- René



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