make install fails due to missing pass.fish-completion
nickzana opened this issue · 1 comments
nickzana commented
Running make install
errors with:
install: cannot stat 'src/completion/pass.fish-completion': No such file or directory
src/completion/pass.fish-completion
was deleted in a previous commit. If dropping fish support was intentional, I think references to the completion need to be removed from the Makefile.
FiloSottile commented
Not strictly intentional but I don't know fish enough to patch it and test it, so yeah good catch.