mirror of
https://github.com/xxh/xxh
synced 2024-11-23 20:33:08 +00:00
0.5.4
This commit is contained in:
parent
0282e58d89
commit
6469d57984
1 changed files with 3 additions and 0 deletions
3
xxh
3
xxh
|
@ -647,6 +647,9 @@ class Xxh:
|
|||
host_entrypoint_verbose = ['-v', '1']
|
||||
|
||||
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.
|
||||
xxh_env = self.get_xxh_env()
|
||||
if xxh_env:
|
||||
host_xxh_plugins_dir = host_xxh_home / 'xxh/plugins'
|
||||
|
|
Loading…
Reference in a new issue