Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Scripts not finding scripts
- X-seq: zsh-users 17838
- From: René Neumann <lists@xxxxxxxxx>
- To: meino.cramer@xxxxxx
- Subject: Re: Scripts not finding scripts
- Date: Thu, 27 Jun 2013 10:08:44 +0200
- Cc: zsh-users@xxxxxxx
- In-reply-to: <20130627021432.GA3144@solfire>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <20130627021432.GA3144@solfire>
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