Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b6dfb3 commit ead4a9cCopy full SHA for ead4a9c
‎xxh_xxh/xxh.xsh‎
@@ -35,9 +35,9 @@ for local_package_dir in [local_shell_dir]+sorted(local_plugins_dir.glob(f'*-xon
35
36
env_args += ['+heb', b64e(bash_exec)]
37
38
-if p'xxh'.exists():
39
- xxh='./xxh'
40
-else:
+cdir = pf'{__file__}'.absolute().parent
+xxh = cdir/'xxh'
+if not xxh.exists():
41
xxh='xxh'
42
43
@(xxh) @($ARGS) +s xonsh @(env_args)
0 commit comments