mirror of
https://github.com/xxh/xxh
synced 2024-11-23 12:23:04 +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
|
||||
|
||||
xxh_home_realpath=`realpath _xxh_home_`
|
||||
xxh_home_realpath=`realpath -m _xxh_home_`
|
||||
xxh_plugins_path=$xxh_home_realpath/plugins
|
||||
|
||||
xxh_version='dir_not_found'
|
||||
|
|
Loading…
Reference in a new issue