mirror of
https://github.com/xxh/xxh
synced 2025-02-19 13:58:27 +00:00
host_info fix path
This commit is contained in:
parent
9282404caa
commit
cd14ead106
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
xxh_home_realpath=`realpath _xxh_home_`
|
xxh_home_realpath=`realpath -m _xxh_home_`
|
||||||
xxh_plugins_path=$xxh_home_realpath/plugins
|
xxh_plugins_path=$xxh_home_realpath/plugins
|
||||||
|
|
||||||
xxh_version='dir_not_found'
|
xxh_version='dir_not_found'
|
||||||
|
|
Loading…
Add table
Reference in a new issue