mirror of
https://github.com/xxh/xxh
synced 2024-11-24 04:43:09 +00:00
0.5.5
This commit is contained in:
parent
450947e926
commit
4e4a42e6ae
1 changed files with 1 additions and 1 deletions
2
xxh
2
xxh
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue