https://github.com/root-project/root
Revision 6ddc7933378975f70f3fccad170880add51ea908 authored by Massimiliano Galli on 07 January 2020, 15:45:38 UTC, committed by Enric Tejedor on 09 January 2020, 10:02:45 UTC
Due to the way in commit 4700 we changed how clean_environment works (we
get rid of $pyroot_dir and all the cases for lib/python*), we got back
to the ZSH problem solved in commit 4693.

In order to solve it once and for all, we proceed like the following: at
the beginning of the clean_environment function we check whether we are
using ZSH; if so, we check if nonomatch is enabled; if it is already
enabled (behavior that we want), we don't do anything; if it's not
enabled, we enable it and set a variable that reminds us to disable at
the end.
1 parent 60913d2
History
Tip revision: 6ddc7933378975f70f3fccad170880add51ea908 authored by Massimiliano Galli on 07 January 2020, 15:45:38 UTC
[Exp PyROOT/thisroot.sh] Conditional silencing of ZSH nomatch option
Tip revision: 6ddc793

README.md

back to top