We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
readlink: missing operand
Hi,
I'm getting the following on install:
$ xxh +vv +I xxh-plugin-prerun-dotfiles Install xxh-plugin-prerun-dotfiles to local /home/tarax/.xxh/.xxh/plugins/xxh-plugin-prerun-dotfiles Git clone https://github.com/xxh/xxh-plugin-prerun-dotfiles RUN SHELL COMMAND CAPTURED: git clone --depth 1 https://github.com/xxh/xxh-plugin-prerun-dotfiles /home/tarax/.xxh/.xxh/plugins/xxh-plugin-prerun-dotfiles 1>&2 Build xxh-plugin-prerun-dotfiles RUN SHELL COMMAND: /home/tarax/.xxh/.xxh/plugins/xxh-plugin-prerun-dotfiles/build.sh -K 'linux' -A 'x86_64' 1>&2 readlink: missing operand Try 'readlink --help' for more information. Installed /home/tarax/.xxh/.xxh/plugins/xxh-plugin-prerun-dotfiles
OTOH
$ ack readlink /home/tarax/.xxh/.xxh/plugins/xxh-plugin-prerun-dotfiles /home/tarax/.xxh/.xxh/plugins/xxh-plugin-prerun-dotfiles/build.sh 29: pypath=`readlink -f $(which python)` $ $ readlink -f $(which python) /home/tarax/python /home/tarax/not /home/tarax/found
xxh was installed using pipx
pipx
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I'm getting the following on install:
OTOH
xxh was installed using
pipx
The text was updated successfully, but these errors were encountered: