This commit is contained in:
anki-code 2020-03-13 19:06:48 +03:00
parent 450947e926
commit 4e4a42e6ae

2
xxh
View file

@ -654,7 +654,7 @@ class Xxh:
if opt.env_mode:
# TODO: This PoC code should be in `xxh.zsh`. Every shell should has own `xxh.shell`
# which should be "sourced". While "sourcing" the script should prepare
# and pass `-e` arguments to xxh.
# and pass `-e` arguments to xxh. See how it works in `xxh.xsh`.
xxh_env = self.get_xxh_env()
if xxh_env:
host_xxh_plugins_dir = host_xxh_home / 'xxh/plugins'