Skip to content
New issue

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 error on install #6

Open
silopolis opened this issue Nov 25, 2023 · 0 comments
Open

readlink: missing operand error on install #6

silopolis opened this issue Nov 25, 2023 · 0 comments

Comments

@silopolis
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant